chore(deps): Bump benjefferies/branch-protection-bot from 1.0.7 to 1.0.8 (#54)

Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/benjefferies/branch-protection-bot/releases)
- [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.7...1.0.8)

---
updated-dependencies:
- dependency-name: benjefferies/branch-protection-bot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-28 18:37:48 +02:00
committed by GitHub
parent 474ccc7ec4
commit d6148aea8b

View File

@@ -34,7 +34,7 @@ jobs:
- name: Temporarily disable "include administrators" branch protection
if: ${{ always() && github.ref == 'refs/heads/main' }}
id: disable_include_admins
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.8
with:
access_token: ${{ secrets.REPO_GHA_PAT }}
branch: main
@@ -45,7 +45,7 @@ jobs:
author_email: noreply@enterprisedb.com
message: 'Daily automatic update'
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.8
if: ${{ always() && github.ref == 'refs/heads/main' }}
with:
access_token: ${{ secrets.REPO_GHA_PAT }}