From 7bc684de17fda51cd19aa4fd73b09520b5953d67 Mon Sep 17 00:00:00 2001 From: Adrien Osakwe <75806865+aosakwe@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:36:19 -0400 Subject: [PATCH] chore: sync PR checklist caller workflow from MiCM_PR_Bot --- .github/workflows/pr_check_issue_deploy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pr_check_issue_deploy.yml diff --git a/.github/workflows/pr_check_issue_deploy.yml b/.github/workflows/pr_check_issue_deploy.yml new file mode 100644 index 0000000..acda42a --- /dev/null +++ b/.github/workflows/pr_check_issue_deploy.yml @@ -0,0 +1,11 @@ +name: PR Checklist & External Issue + +on: + pull_request: + types: [opened] + +jobs: + checklist-and-issue: + if: github.event.repository.name != 'Workshop_Template' + uses: QLS-MiCM/MiCM_PR_Bot/.github/workflows/reusable_pr_check_issue_deploy.yml@main + secrets: inherit