mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix(ci): remove unnecessary PR action as we combined issues and prs into one board
This commit is contained in:
parent
8f5fbef742
commit
dfc067a3bb
16
.github/workflows/prs.yml
vendored
16
.github/workflows/prs.yml
vendored
@ -1,16 +0,0 @@
|
||||
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_URL }}
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
Loading…
Reference in New Issue
Block a user