Skip to content

Commit

Permalink
Bump ridedott/merge-me-action from v1.8.57 to v1.8.58
Browse files Browse the repository at this point in the history
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from v1.8.57 to v1.8.58.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Commits](ridedott/merge-me-action@v1.8.57...2b4b2ec)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 25, 2020
1 parent 590d595 commit 6bc6a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -37,13 +37,13 @@ jobs:
run: sbt validate
- name: Automerge Scala Steward PRs
if: success() && github.event_name == 'pull_request' && contains(github.event.pull_request.body, 'Scala Steward')
uses: ridedott/merge-me-action@v1.8.57
uses: ridedott/merge-me-action@v1.8.58
with:
GITHUB_LOGIN: scala-steward
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Dependabot Merge
if: success()
uses: ridedott/merge-me-action@v1.8.57
uses: ridedott/merge-me-action@v1.8.58
with:
GITHUB_LOGIN: dependabot[bot]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6bc6a0a

Please sign in to comment.