Skip to content

build(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 #733

build(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4

build(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 #733

Workflow file for this run

name: auto-merge
on:
pull_request:
types:
- labeled
jobs:
auto-approve:
name: Auto-approve Konflux updates for default branch
runs-on: ubuntu-latest
if: github.actor == 'red-hat-konflux[bot]' && github.event.label.name == 'auto-approve' && github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch
steps:
- env:
GH_TOKEN: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
run: |
set -euo pipefail
gh pr review ${{ github.event.pull_request.number }} \
--approve --body "Auto-approved by automation." \
--repo "${{ github.repository }}"