summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-16 11:00:18 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-16 11:00:45 +0900
commit7e5df49539eeab4c73a948ed85c8e5d612991255 (patch)
tree95321519a562f840507e8f0ab277063381164128 /.github
parentf736f50f38bfbe1dddf418444121997311e271a2 (diff)
downloadruby-7e5df49539eeab4c73a948ed85c8e5d612991255.tar.gz
check-regexp only works with job name, not workflow name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot_automerge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml
index 9a0c5d9902..a770ecb7df 100644
--- a/.github/workflows/dependabot_automerge.yml
+++ b/.github/workflows/dependabot_automerge.yml
@@ -16,7 +16,7 @@ jobs:
with:
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- check-regexp: "^Ubuntu"
+ 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'}}