Skip to content

Commit

Permalink
test automerge change
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 7, 2023
1 parent 1408acb commit 661750d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ jobs:
steps:
- uses: hmarr/auto-approve-action@v3
with:
review-message: 'Auto approved automated PR'
review-message: 'Auto approved PR'

automerge:
name: 'Auto Merge PR'
runs-on: ubuntu-latest
needs: auto-approve
steps:
- id: automerge
name: automerge
Expand All @@ -72,4 +71,4 @@ jobs:
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "scheduled registry update"
MERGE_RETRY_SLEEP: "10000"
MERGE_REQUIRED_APPROVALS: "1"
MERGE_REQUIRED_APPROVALS: "0"

0 comments on commit 661750d

Please sign in to comment.