Skip to content

Commit

Permalink
Merge branch 'main' into build/45-use-core-docker-action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm authored Apr 18, 2024
2 parents e58ebbc + 8f09f0c commit 0e207f0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/add-prs-and-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Adds all new issues and PRs to the Transition Monitor project

on:
issues:
types:
- opened
- transferred
pull_request:
branches: [main]
types:
- opened

jobs:
add-to-tm-project:
name: Add issue/PR to Transition Monitor project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/8
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

add-to-maintainer-project:
name: Add issue/PR to @cjyetman's maintainer project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/13
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

0 comments on commit 0e207f0

Please sign in to comment.