Skip to content

Commit ea8756c

Browse files
Add triage github action (#151)
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
1 parent 885400c commit ea8756c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.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/add-to-project@v1.0.2
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)