track v4, not v4.x.x, versions of github-pages-deploy action #33
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |