From 9d08f5c7c865959e8467e84c1db5b69cee5f9c39 Mon Sep 17 00:00:00 2001 From: Eric Dantas Date: Sat, 17 Jun 2023 12:47:29 -0300 Subject: [PATCH] chore: Create add-PRs-to-project-reviewing-PRs.yml (#9597) * Create add-PRs-to-project-eric.yml * Update and rename add-PRs-to-project-eric.yml to add-PRs-to-project-reviewing-PRs.yml * Update add-PRs-to-project-reviewing-PRs.yml --- .../add-PRs-to-project-reviewing-PRs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/add-PRs-to-project-reviewing-PRs.yml diff --git a/.github/workflows/add-PRs-to-project-reviewing-PRs.yml b/.github/workflows/add-PRs-to-project-reviewing-PRs.yml new file mode 100644 index 0000000000..9a814a743a --- /dev/null +++ b/.github/workflows/add-PRs-to-project-reviewing-PRs.yml @@ -0,0 +1,16 @@ +name: Add PRs to project Reviewing PRs + +on: + pull_request: + types: + - opened + +jobs: + add-PR-to-project: + name: Add PRs to project Reviewing PRs + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.1.0 + with: + project-url: https://github.com/orgs/calcom/projects/11 + github-token: ${{ secrets.GH_ACCESS_TOKEN }}