Create add-PRs-to-project.yml

pull/3956/head^2
zomars 2022-08-24 16:46:43 -06:00
parent 436f88a48e
commit 5950b62b02
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/calcom/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}