Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

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

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 #9

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
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- 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}}