From c24346bf4ccacd8544fc91bb195432eab4d8ff82 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:31:31 +0100 Subject: [PATCH 1/2] Update repository condition for PR auto-update job Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --- .github/workflows/pr-auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-update.yml b/.github/workflows/pr-auto-update.yml index 85f0ebef..6ee01da2 100644 --- a/.github/workflows/pr-auto-update.yml +++ b/.github/workflows/pr-auto-update.yml @@ -6,7 +6,7 @@ jobs: pr-auto-update: name: Automatic PR Updater runs-on: ubuntu-latest - if: github.repository == 'CSSUoB/cssuob.github.io' + if: github.repository == 'CSSUoB/TeX-Bot-Py-V2' && github.actor != 'dependabot[bot]' permissions: pull-requests: write contents: write From 8a8ae6df3b885f254daccbce4cd13dd308944a45 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:32:13 +0100 Subject: [PATCH 2/2] Update repository condition for PR auto-update Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --- .github/workflows/pr-auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-update.yml b/.github/workflows/pr-auto-update.yml index 6ee01da2..21309b57 100644 --- a/.github/workflows/pr-auto-update.yml +++ b/.github/workflows/pr-auto-update.yml @@ -6,7 +6,7 @@ jobs: pr-auto-update: name: Automatic PR Updater runs-on: ubuntu-latest - if: github.repository == 'CSSUoB/TeX-Bot-Py-V2' && github.actor != 'dependabot[bot]' + if: github.repository == 'CSSUoB/cssuob.github.io' && github.actor != 'dependabot[bot]' permissions: pull-requests: write contents: write