diff --git a/.github/workflows/pr-auto-update.yml b/.github/workflows/pr-auto-update.yml index 85f0ebef..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/cssuob.github.io' + if: github.repository == 'CSSUoB/cssuob.github.io' && github.actor != 'dependabot[bot]' permissions: pull-requests: write contents: write