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 efb74db commit 358ca3cCopy full SHA for 358ca3c
1 file changed
.github/workflows/manage_issue_header.yml
@@ -0,0 +1,12 @@
1
+name: Manage issue header
2
+
3
+on:
4
+ issues:
5
+ types: [labeled, unlabeled]
6
7
+jobs:
8
+ handle-help-wanted:
9
+ uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main
10
+ secrets:
11
+ LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
12
+ LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}
0 commit comments