Skip to content

Commit

Permalink
Fix check-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jun 6, 2023
1 parent e4494ea commit 40bf75c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
running-workflow-name: 'CI'
check-regexp: test.*
check-regexp: (lint|build|test).*
- name: Enable auto-merge for Dependabot PRs
if: ${{contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
Expand Down

0 comments on commit 40bf75c

Please sign in to comment.