Skip to content

build(deps): bump packaging from 23.2 to 24.0 in /ci/scripts #2

build(deps): bump packaging from 23.2 to 24.0 in /ci/scripts

build(deps): bump packaging from 23.2 to 24.0 in /ci/scripts #2

Workflow file for this run

name: Auto-merge dependency PRs
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependencies:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve
run: gh pr review "${{ github.event.pull_request.html_url }}" --approve --body "Auto-approving dependency bump."
env:
GH_TOKEN: ${{ secrets.CFN_CI_PAT }}
- name: Enable auto-merge
run: gh pr merge "${{ github.event.pull_request.html_url }}" --auto --rebase
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}