[demo-run]: Codemod changes for codemod-com/cal.com-demo. #1
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 PRs to project | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-PR-to-project: | |
name: Add PR to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/calcom/projects/1 | |
github-token: ${{ secrets.GH_ACCESS_TOKEN }} |