diff --git a/.github/workflows/techdev-project.yml b/.github/workflows/techdev-project.yml new file mode 100644 index 0000000..e33449f --- /dev/null +++ b/.github/workflows/techdev-project.yml @@ -0,0 +1,18 @@ +name: Add issues/PRs to the TechDev project + +on: + issues: + types: + - opened + pull_request: + types: + - opened + +jobs: + add-to-project: + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v1.0.2 + with: + project-url: https://github.com/orgs/CCBR/projects/17 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} diff --git a/.github/workflows/projects.yml b/.github/workflows/user-projects.yml similarity index 86% rename from .github/workflows/projects.yml rename to .github/workflows/user-projects.yml index 7cdea8a..61a2816 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/user-projects.yml @@ -3,13 +3,12 @@ name: Add issues/PRs to user projects on: issues: types: - - assigned + - assigned pull_request: types: - - assigned + - assigned jobs: add-to-project: uses: CCBR/.github/.github/workflows/auto-add-user-project.yml@v0.1.0 secrets: inherit -