diff --git a/.github/workflows/manage_issue_header.yml b/.github/workflows/call-manage-issue-header.yml similarity index 72% rename from .github/workflows/manage_issue_header.yml rename to .github/workflows/call-manage-issue-header.yml index 17ea9ec..4af6730 100644 --- a/.github/workflows/manage_issue_header.yml +++ b/.github/workflows/call-manage-issue-header.yml @@ -2,10 +2,11 @@ name: Manage issue header on: issues: - types: [labeled, unlabeled] + types: [opened, reopened, labeled, unlabeled] jobs: - handle-help-wanted: + call-workflow: + name: Call shared workflow uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main secrets: LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}