Skip to content

Commit 35627c3

Browse files
committed
chore(copier): update from template
1 parent bf17f3d commit 35627c3

3 files changed

Lines changed: 7 additions & 123 deletions

File tree

.config/copier/.copier-answers.shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# DO NOT EDIT!
33
# -*- mode: yaml -*-
44
# prettier-ignore
5-
_commit: 2d087fa
5+
_commit: e025f7a
66
_src_path: gh:liblaf/copier-share
77
author_email: 30631553+liblaf@users.noreply.github.com
88
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
33

4-
# https://github.com/oxsecurity/megalinter/blob/main/mega-linter-runner/generators/mega-linter/templates/mega-linter.yml
5-
# https://megalinter.io
4+
# ref: <https://github.com/oxsecurity/megalinter/blob/main/mega-linter-runner/generators/mega-linter/templates/mega-linter.yml>
5+
# ref: <https://megalinter.io>
66

77
name: MegaLinter
88

@@ -16,10 +16,9 @@ jobs:
1616
name: MegaLinter
1717
permissions:
1818
contents: write # commit fix
19-
issues: write # https://megalinter.io/latest/reporters/GitHubCommentReporter/
20-
pull-requests: write # https://megalinter.io/latest/reporters/GitHubCommentReporter/
21-
security-events: write # https://megalinter.io/latest/reporters/SarifReporter/
22-
statuses: write # https://megalinter.io/latest/reporters/GitHubStatusReporter/
19+
issues: write # ref: <https://megalinter.io/latest/reporters/GitHubCommentReporter/>
20+
pull-requests: write # ref: <https://megalinter.io/latest/reporters/GitHubCommentReporter/>
21+
statuses: write # ref: <https://megalinter.io/latest/reporters/GitHubStatusReporter/>
2322
runs-on: ubuntu-latest
2423
concurrency:
2524
group: ${{ github.workflow }}-${{ github.ref }}-mega-linter
@@ -41,7 +40,7 @@ jobs:
4140
token: ${{ steps.auth.outputs.token }}
4241
- name: Remove MegaLinter Reports
4342
run: sudo rm --force --recursive "mega-linter.log" "megalinter-reports/"
44-
- name: Auto Commit
43+
- name: Git Auto Commit
4544
uses: stefanzweifel/git-auto-commit-action@v5
4645
with:
4746
commit_message: "chore(mega-linter): apply linters fixes"

.github/workflows/repo.yaml

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)