We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9e7e2 commit a569099Copy full SHA for a569099
.github/workflows/triage.yml
@@ -0,0 +1,18 @@
1
+name: Add Triage for pull requests to projects
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - labeled
7
+ - opened
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue or pr with triage tag to project
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/add-to-project@RELEASE_VERSION
15
+ with:
16
+ project-url: https://github.com/lambdaisland/kaocha
17
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
18
+ labeled: Triage
0 commit comments