From 44de42b5fee031d5de679761915a65885ee206ca Mon Sep 17 00:00:00 2001 From: Cristian Tabacitu Date: Tue, 17 May 2022 17:29:14 +0300 Subject: [PATCH] Create add-to-project.yml --- .github/workflows/add-to-project.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml new file mode 100644 index 0000000..0998755 --- /dev/null +++ b/.github/workflows/add-to-project.yml @@ -0,0 +1,20 @@ +name: Add new bugs & PRs to This Week project + +on: + issues: + types: + - opened + - transferred + pull_request: + types: + - opened + +jobs: + add-to-project: + name: Add new bugs and PRs to This Week project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/Laravel-Backpack/projects/13 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}