File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-shared>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : 1aa0c04
4+ _commit : v0.1.0
55_src_path : gh:liblaf/copier-share
66author_email : 30631553+liblaf@users.noreply.github.com
77author_name : liblaf
Original file line number Diff line number Diff line change @@ -8,17 +8,23 @@ name: MegaLinter
88
99on :
1010 push :
11+ pull_request :
1112 workflow_dispatch :
1213
14+ env :
15+ FORCE_COLOR : 1
16+
1317jobs :
1418 mega-linter :
1519 name : MegaLinter
1620 permissions :
1721 contents : write
1822 pull-requests : write
23+ # skip PR from the same repo, they will be handled by `push` event
24+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
25+ runs-on : ubuntu-latest
1926 environment :
2027 name : MegaLinter
21- runs-on : ubuntu-latest
2228 steps :
2329 - id : auth
2430 name : Auth
5662 sign-commits : true
5763 title : " chore(mega-linter): apply linters automatic fixes"
5864 body-path : ${{ runner.temp }}/megalinter-report.md
59- labels : auto, automerge
65+ labels : automerge,bot
6066 assignees : ${{ github.repository_owner }}
6167 reviewers : ${{ github.repository_owner }}
6268 - if : steps.lint.outputs.has-updated-sources > 0 && github.ref != 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments