Skip to content

Commit 358ca3c

Browse files
committed
Turn on isssue header automation
1 parent efb74db commit 358ca3c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)