We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efadaf commit 8c72abaCopy full SHA for 8c72aba
1 file changed
.github/workflows/add-to-project.yml
@@ -0,0 +1,21 @@
1
+name: Add new bugs & PRs to Triage project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - transferred
8
+ pull_request:
9
10
11
12
+permissions: {}
13
+jobs:
14
+ add-to-project:
15
+ name: Add new bugs and PRs to Triage project
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/add-to-project@main
19
+ with:
20
+ project-url: https://github.com/orgs/Laravel-Backpack/projects/13
21
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments