There was an error while loading. Please reload this page.
2 parents 6703a00 + cd1c7bb commit 85202daCopy full SHA for 85202da
1 file changed
.github/workflows/automerge-gate.yaml
@@ -29,9 +29,11 @@ jobs:
29
runs-on: ubuntu-latest
30
timeout-minutes: 10
31
steps:
32
- - uses: pkgdeps/automerge-gate@1b731ae7137b3b0c37c09bd40df73b2a34a5abaa # v4.1.0
+ - uses: pkgdeps/automerge-gate@fe5d7cd2fc17778dc42f6916f9d9990cb259ad01 # v5.0.0
33
with:
34
gate-mode: 'public'
35
ignore-checks: |
36
- dogfood
37
- publish
+ [
+ { "name": "dogfood" },
38
+ { "name": "publish" }
39
+ ]
0 commit comments