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 85647a8 commit 19ffa16Copy full SHA for 19ffa16
.github/workflows/sync_issues.yml
@@ -0,0 +1,24 @@
1
+name: Automate Issue Management
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - edited
8
+ - assigned
9
+ - unassigned
10
+ - labeled
11
+ - unlabeled
12
+ - reopened
13
14
+jobs:
15
+ add_issue_to_project:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: Add issue to GitHub Project
19
+ uses: actions/add-to-project@v1.0.2
20
+ with:
21
+ project-url: https://github.com/orgs/Seeed-Studio/projects/17
22
+ github-token: ${{ secrets.ISSUE_ASSEMBLE }}
23
+ labeled: bug
24
+ label-operator: NOT
0 commit comments