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 4300c17 commit 4881904Copy full SHA for 4881904
.github/workflows/triage.yml
@@ -1,7 +1,7 @@
1
on:
2
issues:
3
types: [opened]
4
- pull_request_target:
+ pull_request:
5
6
name: Ticket opened
7
jobs:
@@ -10,10 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Add ticket to inbox
13
- uses: technote-space/create-project-card-action@v1
+ uses: actions/[email protected]
14
with:
15
- PROJECT: Core development
16
- COLUMN: Inbox
17
- GITHUB_TOKEN: ${{ secrets.TRIAGE_TOKEN }}
18
- CHECK_ORG_PROJECT: true
+ project-url: https://github.com/orgs/gazebosim/projects/7
+ github-token: ${{ secrets.TRIAGE_TOKEN }}
19
0 commit comments