Skip to content

Commit e7d69f7

Browse files
Bump ridedott/merge-me-action from 2.9.153 to 2.9.155
2 parents 7be4be5 + 3b9ea24 commit e7d69f7

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.9.153
22+
uses: ridedott/merge-me-action@v2.9.155
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.9.153
22+
uses: ridedott/merge-me-action@v2.9.155
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)