Skip to content

track v4, not v4.x.x, versions of github-pages-deploy action #33

track v4, not v4.x.x, versions of github-pages-deploy action

track v4, not v4.x.x, versions of github-pages-deploy action #33

name: Add new issues and PRs to GH Projects
on:
issues:
types:
- opened
- transferred
pull_request:
branches: [main]
types:
- opened
jobs:
add-to-r2dii-proj:
name: Add issue/ PR to r2dii suite GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/11
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}
add-to-maintainer-proj:
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 }}