Skip to content

Commit 22e48c3

Browse files
authored
Update lint.yml
Signed-off-by: Justin Kenyon <[email protected]>
1 parent 03f3e43 commit 22e48c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Lint
33
on:
44
pull_request:
55
workflow_dispatch:
6+
merge_group:
67

78
permissions:
89
contents: write
@@ -21,6 +22,6 @@ jobs:
2122
- name: Run linters
2223
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
2324
with:
24-
auto_fix: true
25+
auto_fix: ${{ github.event_name == 'pull_request' }}
2526
rubocop: true
2627
rubocop_command_prefix: bundle exec

0 commit comments

Comments
 (0)