Skip to content

Commit cdce4d0

Browse files
Update manage issue header workflow events
1 parent 014b3b9 commit cdce4d0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/manage_issue_header.yml renamed to .github/workflows/call-manage-issue-header.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Manage issue header
22

33
on:
44
issues:
5-
types: [labeled, unlabeled]
5+
types: [opened, reopened, labeled, unlabeled]
66

77
jobs:
8-
handle-help-wanted:
8+
call-workflow:
9+
name: Call shared workflow
910
uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main
1011
secrets:
1112
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}

0 commit comments

Comments
 (0)