Skip to content

Commit

Permalink
Add RNBO Project Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
fde31 authored Nov 21, 2022
1 parent e04db20 commit b60d77d
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 b60d77d

Please sign in to comment.