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-release>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : v0.1.1
4+ _commit : v0.1.2
55_src_path : gh:liblaf/copier-release
66release_type : simple
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 : v0.1.0
4+ _commit : v0.1.1
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,35 +8,42 @@ name: MegaLinter
88
99on :
1010 push :
11+ branches-ignore :
12+ - copier-update
13+ - mega-linter-fix/**
14+ - pre-commit-ci-update-config
15+ - release-please--branches**
1116 pull_request :
1217 workflow_dispatch :
1318
1419env :
1520 FORCE_COLOR : 1
1621
22+ concurrency :
23+ group : ${{ github.workflow }} @ ${{ github.ref }}
24+ cancel-in-progress : true
25+
1726jobs :
1827 mega-linter :
1928 name : MegaLinter
2029 permissions :
2130 contents : write
2231 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
2532 runs-on : ubuntu-latest
2633 environment :
2734 name : MegaLinter
2835 steps :
2936 - id : auth
3037 name : Auth
31- uses : liblaf/actions/auth@dist
38+ uses : liblaf/actions/auth@v1
3239 with :
3340 app-id : ${{ vars.APP_ID }}
3441 private-key : ${{ secrets.PRIVATE_KEY }}
3542 - name : Checkout
3643 uses : actions/checkout@v5
3744 - id : lint
3845 name : MegaLinter
39- uses : liblaf/actions/mega-linter@dist
46+ uses : liblaf/actions/mega-linter@v1
4047 with :
4148 token : ${{ steps.auth.outputs.token }}
4249 - if : success() || failure()
6774 reviewers : ${{ github.repository_owner }}
6875 - if : steps.lint.outputs.has-updated-sources > 0 && github.ref != 'refs/heads/main'
6976 name : Commit and Push Applied Linter Fixes
70- uses : liblaf/actions/commit@dist
77+ uses : liblaf/actions/commit@v1
7178 with :
7279 add-options : --verbose --update
7380 message : " chore(mega-linter): apply linters automatic fixes"
Original file line number Diff line number Diff line change 1111env :
1212 FORCE_COLOR : 1
1313
14+ concurrency :
15+ group : ${{ github.workflow }} @ ${{ github.ref }}
16+ cancel-in-progress : false
17+
1418jobs :
1519 release-please :
1620 name : Release Please
You can’t perform that action at this time.
0 commit comments