Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Approve eligible PR
if: steps.decision.outputs.should_automerge == 'true'
uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Update branch for eligible PR
if: steps.decision.outputs.should_automerge == 'true'
uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Enable auto-merge for eligible PR
if: steps.decision.outputs.should_automerge == 'true'
uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down