Skip to content

Commit 84ec394

Browse files
Update repository condition for PR auto-update job (#918)
* Update repository condition for PR auto-update job Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> * Update repository condition for PR auto-update Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --------- Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent b201996 commit 84ec394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
pr-auto-update:
77
name: Automatic PR Updater
88
runs-on: ubuntu-latest
9-
if: github.repository == 'CSSUoB/cssuob.github.io'
9+
if: github.repository == 'CSSUoB/cssuob.github.io' && github.actor != 'dependabot[bot]'
1010
permissions:
1111
pull-requests: write
1212
contents: write

0 commit comments

Comments
 (0)