Skip to content

Commit ea9b599

Browse files
committed
fix: update match_pattern in dependabot automerge workflows to include lint checks
1 parent 39f1423 commit ea9b599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
1616
with:
1717
token: ${{ secrets.PR_TOKEN }}
18-
match_pattern: Test|Build|Lint
18+
match_pattern: Test|Build|[Ll]int
1919
interval: 10
2020
timeout: 600
2121
dependabot:

0 commit comments

Comments
 (0)