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 3126342 commit 459c00dCopy full SHA for 459c00d
.github/workflows/add-help-wanted.yml
@@ -0,0 +1,20 @@
1
+name: Add help-wanted issues to help wanted board
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - labeled
7
8
+jobs:
9
+ add-help-wanted:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Add issue to project
13
+ id: add-to-project
14
+ uses: actions/[email protected]
15
+ with:
16
+ project-url: https://github.com/orgs/pyOpenSci/projects/3
17
+ # This is a organization level token so it can be used across all repos in our org
18
+ github-token: ${{ secrets.GHPROJECT_HELP_WANTED }}
19
+ labeled: help wanted, sprintable
20
+ label-operator: OR
0 commit comments