change 600 innovators to 500 innovators #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add site-11 prs to project | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add pr to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/UofTHacks-Official/projects/21 | |
github-token: ${{ secrets.GHPROJECT_TOKEN }} |