Skip to content

Commit 583e139

Browse files
🔄 synced local '.github/' with remote 'projects/go-default/.github'
1 parent cea4961 commit 583e139

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/triage.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Triage
22

33
on:
4+
pull_request:
5+
types:
6+
- opened
47
issues:
58
types:
69
- opened
@@ -18,7 +21,7 @@ jobs:
1821
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
1922
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
2023
- name: set to project board
21-
uses: actions/add-to-project@v0.5.0
24+
uses: actions/add-to-project@v1.0.2
2225
with:
2326
project-url: https://github.com/orgs/labd/projects/3
2427
github-token: ${{ steps.get-app-token.outputs.app-token }}

0 commit comments

Comments
 (0)