summaryrefslogtreecommitdiff
path: root/.github/workflows/dependabot_automerge.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-07-03 21:06:26 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-07-04 20:13:49 +0900
commitb0977e402ae546456cdefab97b75f87deaddd9c2 (patch)
tree5d6ac596d16588c3d45b827521a3479962be5a6d /.github/workflows/dependabot_automerge.yml
parent8ba5437fe561f4c0c5bb7355228caa4bb3397c74 (diff)
chore: just add spaces [ci skip]
As seen in: https://docs.github.com/en/actions/learn-github-actions/expressions
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8020
Diffstat (limited to '.github/workflows/dependabot_automerge.yml')
-rw-r--r--.github/workflows/dependabot_automerge.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml
index 5218404df3..081fbd500f 100644
--- a/.github/workflows/dependabot_automerge.yml
+++ b/.github/workflows/dependabot_automerge.yml
@@ -19,8 +19,8 @@ jobs:
check-regexp: 'make \(check, .*\)'
wait-interval: 30
- name: Auto-merge for Dependabot PRs
- if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
+ if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --rebase "$PR_URL"
env:
- PR_URL: ${{github.event.pull_request.html_url}}
+ PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}