Skip to content

Commit de9a519

Browse files
authored
chore(copier): update from template (#20)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent a01f7fd commit de9a519

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@ name: MegaLinter
88

99
on:
1010
push:
11+
pull_request:
1112
workflow_dispatch:
1213

14+
env:
15+
FORCE_COLOR: 1
16+
1317
jobs:
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
@@ -56,7 +62,7 @@ jobs:
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'

0 commit comments

Comments
 (0)