We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba47a8c commit d8f5b8eCopy full SHA for d8f5b8e
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ on:
9
merge_group:
10
11
permissions:
12
- contents: read
+ contents: write
13
14
jobs:
15
lint:
@@ -26,6 +26,7 @@ jobs:
26
if: ${{ github.event_name != 'merge_group' }}
27
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
28
with:
29
+ auto_fix: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
30
rubocop: true
31
rubocop_command_prefix: bundle exec
32
0 commit comments