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.
2 parents 6a0d5dc + bc5d564 commit 7325d1cCopy full SHA for 7325d1c
.github/workflows/add-bugs.yml
.github/workflows/add-to-project.yml
@@ -0,0 +1,26 @@
1
+name: Add issues to projects
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - transferred
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue to project
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Add bug to project board
15
+ uses: actions/[email protected]
16
+ with:
17
+ project-url: https://github.com/orgs/netdata/projects/45
18
+ github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}
19
+ labeled: bug
20
21
+ - name: Add feature request to project board
22
23
24
+ project-url: https://github.com/orgs/netdata/projects/50
25
26
+ labeled: 'feature request'
0 commit comments