Skip to content

Commit 0533a88

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

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
release_type: simple

.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: v0.1.0
4+
_commit: v0.1.1
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: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,42 @@ name: MegaLinter
88

99
on:
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

1419
env:
1520
FORCE_COLOR: 1
1621

22+
concurrency:
23+
group: ${{ github.workflow }} @ ${{ github.ref }}
24+
cancel-in-progress: true
25+
1726
jobs:
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()
@@ -67,7 +74,7 @@ jobs:
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"

.github/workflows/release-please.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
env:
1212
FORCE_COLOR: 1
1313

14+
concurrency:
15+
group: ${{ github.workflow }} @ ${{ github.ref }}
16+
cancel-in-progress: false
17+
1418
jobs:
1519
release-please:
1620
name: Release Please

0 commit comments

Comments
 (0)