Skip to content

Adds all new issues and PRs to the Transition Monitor project #36

Adds all new issues and PRs to the Transition Monitor project

Adds all new issues and PRs to the Transition Monitor project #36

name: Add new issues and PRs to Projects
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 @jdhoffa's maintenance GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/12
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}