Skip to content

Commit 867477f

Browse files
committed
fix: update match_pattern in dependabot automerge workflows to include lint checks
1 parent 3edd56c commit 867477f

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: Tests
18+
match_pattern: Tests|lint
1919
interval: 10
2020
timeout: 600
2121
dependabot:

0 commit comments

Comments
 (0)