From cc5e68728876f13b000cf9d1eb493dde2448ce7b Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:43:10 -0700 Subject: [PATCH 1/3] Update pull-request-trigger.yml --- .github/workflows/pull-request-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-trigger.yml b/.github/workflows/pull-request-trigger.yml index 0abd3a87e7..14da906a7c 100644 --- a/.github/workflows/pull-request-trigger.yml +++ b/.github/workflows/pull-request-trigger.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened, edited] branches: - - 'gh-pages' + - '*' jobs: Check-For-Linked-Issue: @@ -43,4 +43,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: adding-pr-instructions-artifact - path: addingPrInstructions/artifact/ \ No newline at end of file + path: addingPrInstructions/artifact/ From 7370b6adbbd2107b92c3ed8a99ea2a70b64edc49 Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:43:24 -0700 Subject: [PATCH 2/3] Update pr-instructions.yml --- .github/workflows/pr-instructions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-instructions.yml b/.github/workflows/pr-instructions.yml index 15a585de64..c5ae314105 100644 --- a/.github/workflows/pr-instructions.yml +++ b/.github/workflows/pr-instructions.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened] branches: - - 'gh-pages' + - '*' - 'feature-homepage-launch' jobs: From 22dc1b1bf5a5434b4bd8032efedff49996d49a6b Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:43:39 -0700 Subject: [PATCH 3/3] Update set-pr-labels.yaml --- .github/workflows/set-pr-labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/set-pr-labels.yaml b/.github/workflows/set-pr-labels.yaml index 90be738cc3..8e4fa6b643 100644 --- a/.github/workflows/set-pr-labels.yaml +++ b/.github/workflows/set-pr-labels.yaml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, edited] branches: - - 'gh-pages' + - '*' - 'feature-homepage-launch' jobs: