We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5578228 commit de7b870Copy full SHA for de7b870
.github/workflows/automerge.yaml
@@ -21,14 +21,14 @@ jobs:
21
steps:
22
- name: 'Wait for status checks'
23
id: waitforstatuschecks
24
- uses: "WyriHaximus/github-action-wait-for-status@v1"
+ uses: "WyriHaximus/github-action-wait-for-status@b809158b20d3e32350fe2d868a124f7f2e0e4253" # v1
25
with:
26
ignoreActions: automerge
27
checkInterval: 300
28
env:
29
GITHUB_TOKEN: "${{ secrets.SUBSPLIT_GITHUB_TOKEN }}"
30
- name: 'Merge'
31
- uses: "pascalgn/[email protected]"
+ uses: "pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67" # v0.16.4
32
# if: steps.waitforstatuschecks.outputs.status == 'success'
33
34
0 commit comments