chore(workflows): add automation to add PRs to review to project board

This commit is contained in:
r4bbit 2024-02-15 14:49:05 +01:00
parent 4b66dece17
commit 5a90584f4b
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Add PRs to review Vac task board
on:
pull_request:
jobs:
add-to-project:
name: Add PR to task board
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/vacp2p/projects/10
github-token: ${{ secrets.ADD_TO_VAC_BOARD_PAT }}