Skip to content

Create an website for a career representative such that student can login where student can upload resume hackathon experience or number and internship experience and GitHub link then a personal dashboard with insight with an pie chart open up for diff students and it shows the lack of skill that required by company and generate a placement score according to resume hackathon internships AND ADD backend here admin can add the companies and everything and integrate backend too for admin student and everyone #1049

Create an website for a career representative such that student can login where student can upload resume hackathon experience or number and internship experience and GitHub link then a personal dashboard with insight with an pie chart open up for diff students and it shows the lack of skill that required by company and generate a placement score according to resume hackathon internships AND ADD backend here admin can add the companies and everything and integrate backend too for admin student and everyone

Create an website for a career representative such that student can login where student can upload resume hackathon experience or number and internship experience and GitHub link then a personal dashboard with insight with an pie chart open up for diff students and it shows the lack of skill that required by company and generate a placement score according to resume hackathon internships AND ADD backend here admin can add the companies and everything and integrate backend too for admin student and everyone #1049

Workflow file for this run

name: Create PR
on:
issues:
types: [edited, labeled, unlabeled]
issue_comment:
types: [created, edited, deleted]
pull_request_review_comment:
types: [created, edited, deleted]
jobs:
handle_issue:
runs-on: ubuntu-latest
name: Create PR
if: ${{ !contains(github.event.comment.body, '[vx.dev]') && !contains(github.event.comment.body, '[Dewhale]') && github.event.comment.user.type != 'bot'}}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.38.3
- name: generate UI
env:
# auto set by GitHub, details in
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
WHITELIST: ${{ secrets.WHITELIST }}
CONFIG: ${{ vars.CONFIG }}
ACTOR: ${{ github.actor }}
run: deno run -A prompts/entry.ts