mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
github: update automerge action
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a6fe748b01
commit
978d373893
1 changed files with 4 additions and 4 deletions
8
.github/workflows/automerge.yml
vendored
8
.github/workflows/automerge.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: automerge
|
- name: automerge
|
||||||
uses: "pascalgn/automerge-action@v0.11.0"
|
uses: pascalgn/automerge-action@88480459fd3771b8f4c7e68bb9b677b5e1e48f36
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
UPDATE_RETRIES: 10
|
MERGE_RETRIES: 10
|
||||||
UPDATE_RETRY_SLEEP: 60000
|
MERGE_RETRY_SLEEP: 60000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue