Skip to content

Commit 4881904

Browse files
authored
Fix Github project automation for new project board (#371)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 4300c17 commit 4881904

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/triage.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
issues:
33
types: [opened]
4-
pull_request_target:
4+
pull_request:
55
types: [opened]
66
name: Ticket opened
77
jobs:
@@ -10,10 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Add ticket to inbox
13-
uses: technote-space/create-project-card-action@v1
13+
uses: actions/[email protected]
1414
with:
15-
PROJECT: Core development
16-
COLUMN: Inbox
17-
GITHUB_TOKEN: ${{ secrets.TRIAGE_TOKEN }}
18-
CHECK_ORG_PROJECT: true
15+
project-url: https://github.com/orgs/gazebosim/projects/7
16+
github-token: ${{ secrets.TRIAGE_TOKEN }}
1917

0 commit comments

Comments
 (0)