We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea4961 commit 583e139Copy full SHA for 583e139
‎.github/workflows/triage.yaml
@@ -1,6 +1,9 @@
1
name: Triage
2
3
on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
issues:
8
types:
9
- opened
@@ -18,7 +21,7 @@ jobs:
18
21
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
19
22
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
20
23
- name: set to project board
- uses: actions/add-to-project@v0.5.0
24
+ uses: actions/add-to-project@v1.0.2
25
with:
26
project-url: https://github.com/orgs/labd/projects/3
27
github-token: ${{ steps.get-app-token.outputs.app-token }}
0 commit comments