From cdce4d0ff23bd479716e624d76a8fdb08f72c24a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:16:43 +0000 Subject: [PATCH] Update manage issue header workflow events --- ...{manage_issue_header.yml => call-manage-issue-header.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{manage_issue_header.yml => call-manage-issue-header.yml} (72%) 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 17ea9ec74f..4af6730ac2 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 }}