Skip to content

Commit

Permalink
add workflow for appending issues to the RNBO Project
Browse files Browse the repository at this point in the history
  • Loading branch information
x37v committed Oct 24, 2023
1 parent 0f2328e commit 83f0079
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add Issues and PRs to RNBO Project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add to RNBO Project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Cycling74/projects/${{ secrets.RNBO_PROJECT_NUMBER }}
github-token: ${{ secrets.RNBO_PROJECT_PAT }}

0 comments on commit 83f0079

Please sign in to comment.