From 031fea66c91163692e20de9be1d920c4085f2e91 Mon Sep 17 00:00:00 2001 From: "liblaf[bot]" <184555210+liblaf[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:32:45 +0000 Subject: [PATCH] chore(copier): update from template --- .config/copier/.copier-answers.shared.yaml | 2 +- .github/workflows/mega-linter.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index 8067932..d552481 100644 --- a/.config/copier/.copier-answers.shared.yaml +++ b/.config/copier/.copier-answers.shared.yaml @@ -1,7 +1,7 @@ # This file is @generated by . # DO NOT EDIT! # prettier-ignore -_commit: 1aa0c04 +_commit: v0.1.0 _src_path: gh:liblaf/copier-share author_email: 30631553+liblaf@users.noreply.github.com author_name: liblaf diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index ff76cf8..b49e73b 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -8,17 +8,23 @@ name: MegaLinter on: push: + pull_request: workflow_dispatch: +env: + FORCE_COLOR: 1 + jobs: mega-linter: name: MegaLinter permissions: contents: write pull-requests: write + # skip PR from the same repo, they will be handled by `push` event + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository + runs-on: ubuntu-latest environment: name: MegaLinter - runs-on: ubuntu-latest steps: - id: auth name: Auth @@ -56,7 +62,7 @@ jobs: sign-commits: true title: "chore(mega-linter): apply linters automatic fixes" body-path: ${{ runner.temp }}/megalinter-report.md - labels: auto,automerge + labels: automerge,bot assignees: ${{ github.repository_owner }} reviewers: ${{ github.repository_owner }} - if: steps.lint.outputs.has-updated-sources > 0 && github.ref != 'refs/heads/main'