Skip to content

Commit aa19fb4

Browse files
Add triage github action (#125)
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent 0cf1152 commit aa19fb4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/triage.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
issues:
3+
types: [opened]
4+
pull_request_target:
5+
types: [opened]
6+
name: Ticket opened
7+
jobs:
8+
assign:
9+
name: Add ticket to inbox
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Add ticket to inbox
13+
uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/open-rmf/projects/10
16+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)