We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6803f66 commit 1558914Copy full SHA for 1558914
2 files changed
.config/copier/.copier-answers.shared.yaml
@@ -1,7 +1,7 @@
1
# This file is @generated by <https://github.com/liblaf/copier-shared>.
2
# DO NOT EDIT!
3
# prettier-ignore
4
-_commit: dd7d24f
+_commit: caef9d4
5
_src_path: gh:liblaf/copier-share
6
author_email: 30631553+liblaf@users.noreply.github.com
7
author_name: liblaf
.github/workflows/mega-linter.yaml
@@ -92,7 +92,9 @@ jobs:
92
sign-commits: true
93
title: "chore(mega-linter): apply linters automatic fixes"
94
body-path: ${{ runner.temp }}/megalinter-report.md
95
- labels: automerge
+ labels: |-
96
+ autofix
97
+ automerge
98
assignees: ${{ github.repository_owner }}
99
reviewers: ${{ github.repository_owner }}
100
- if: github.ref != 'refs/heads/main' && steps.lint.outputs.has-updated-sources > 0
0 commit comments