Skip to content

Commit c007989

Browse files
Bump ridedott/merge-me-action from 2.10.11 to 2.10.12
2 parents 0c4dfc8 + 71dab86 commit c007989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# succeeds. This can be changed as needed.
2020
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2121
name: Merge me!
22-
uses: ridedott/merge-me-action@v2.10.11
22+
uses: ridedott/merge-me-action@v2.10.12
2323
with:
2424
# Depending on branch protection rules, a manually populated
2525
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to

.github/workflows/automergelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# succeeds. This can be changed as needed.
2020
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2121
name: Merge me!
22-
uses: ridedott/merge-me-action@v2.10.11
22+
uses: ridedott/merge-me-action@v2.10.12
2323
with:
2424
# Depending on branch protection rules, a manually populated
2525
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to

0 commit comments

Comments
 (0)