chore: add action to auto add prs to project board
This commit is contained in:
16
.github/workflows/prs.yml
vendored
Normal file
16
.github/workflows/prs.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Add pull requests to Tiptap project
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add-to-project:
|
||||||
|
name: Add pull request to project
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/add-to-project@main
|
||||||
|
with:
|
||||||
|
project-url: ${{ secrets.ADD_TO_PROJECT_PR_URL }}
|
||||||
|
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||||
Reference in New Issue
Block a user