Skip to content

dep: bump golang.org/x/crypto from 0.19.0 to 0.21.0 in /acceptance-tests #13

dep: bump golang.org/x/crypto from 0.19.0 to 0.21.0 in /acceptance-tests

dep: bump golang.org/x/crypto from 0.19.0 to 0.21.0 in /acceptance-tests #13

Workflow file for this run

name: Auto-merge dependency PRs
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'CFN-CI'
steps:
- name: Approve a PR
uses: hmarr/auto-approve-action@v4
with:
review-message: "Auto approved automated PR"
github-token: ${{secrets.CFN_CI_PAT}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}