Skip to content

Commit

Permalink
auto-approve-and-enable-auto-merge.yml: add label version-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored Oct 4, 2024
1 parent 4a5233d commit 7beb3d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/auto-approve-and-enable-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ on:
types: [review_requested]
branches:
- '*-next'

jobs:
jobs:
auto-approve-and-merge:
runs-on: ubuntu-latest
name: auto approve and enable auto-merge
name: auto approve and enable auto-merge
steps:
- name: Sleep for 5 min (give PR time to create labels)
run: sleep 5m
shell: bash

- name: check label after delay
uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: auto-backport
any_of: auto-integrate,version-upgrade
repo_token: ${{ secrets.BOT2_CREDENTIAL }}

- name: Auto approve
uses: juliangruber/[email protected]
with:
Expand Down

0 comments on commit 7beb3d2

Please sign in to comment.