Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

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 }}