We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c780e3 + 8635fa5 commit 7b3137bCopy full SHA for 7b3137b
1 file changed
.github/workflows/add_bugs_to_project.yml
@@ -0,0 +1,18 @@
1
+name: Add bugs to project board
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - labeled
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add bug to project
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/add-to-project@v1.0.2
15
+ with:
16
+ project-url: https://github.com/orgs/IQSS/projects/34
17
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
18
+ labeled: "Type: Bug"
0 commit comments