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 885400c commit ea8756cCopy full SHA for ea8756c
1 file changed
.github/workflows/triage.yml
@@ -0,0 +1,16 @@
1
+on:
2
+ issues:
3
+ types: [opened]
4
+ pull_request_target:
5
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