forked from repo-mirrors/cnpg-postgres-containers
chore(deps): Bump benjefferies/branch-protection-bot from 1.0.8 to 1.0.9 (#64)
Bumps [benjefferies/branch-protection-bot](https://github.com/benjefferies/branch-protection-bot) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/benjefferies/branch-protection-bot/releases) - [Commits](https://github.com/benjefferies/branch-protection-bot/compare/1.0.8...1.0.9) --- 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>
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -38,7 +38,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.8
|
||||
uses: benjefferies/branch-protection-bot@1.0.9
|
||||
with:
|
||||
access_token: ${{ secrets.REPO_GHA_PAT }}
|
||||
branch: main
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
author_email: noreply@cnpg.com
|
||||
message: 'Daily automatic update'
|
||||
- name: Enable "include administrators" branch protection
|
||||
uses: benjefferies/branch-protection-bot@1.0.8
|
||||
uses: benjefferies/branch-protection-bot@1.0.9
|
||||
if: ${{ always() && github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
access_token: ${{ secrets.REPO_GHA_PAT }}
|
||||
|
Reference in New Issue
Block a user