Skip to content

Add issues and PRs to maintainer project #1

Add issues and PRs to maintainer project

Add issues and PRs to maintainer project #1

name: Add new issues and PRs to @jdhoffa's Maintenance GH Project
on:
issues:
types:
- opened
- transferred
pull_request:
branches: [main]
types:
- opened
jobs:
add-to-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 }}