mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-12 21:00:02 +08:00
chore: add action to auto add prs to project board
This commit is contained in:
parent
5ca2c386df
commit
ff45eabf04
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 }}
|
Loading…
Reference in New Issue
Block a user