diff --git a/.github/workflows/manage_issue_header.yml b/.github/workflows/call-manage-issue-header.yml similarity index 71% rename from .github/workflows/manage_issue_header.yml rename to .github/workflows/call-manage-issue-header.yml index e551cc44..845a6798 100644 --- a/.github/workflows/manage_issue_header.yml +++ b/.github/workflows/call-manage-issue-header.yml @@ -1,9 +1,10 @@ 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 }}