Skip to content

Commit c8e73db

Browse files
liblafliblaf[bot]
authored andcommitted
chore(copier): update from template
1 parent 7bc567b commit c8e73db

3 files changed

Lines changed: 14 additions & 14 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: 2d20f44
5+
_commit: 6d357f5
66
_src_path: gh:liblaf/copier-share
77
author_email: 30631553+liblaf@users.noreply.github.com
88
author_name: liblaf

.github/workflows/pr.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@ name: PR
66
on:
77
schedule:
88
- cron: "0 0 * * *"
9-
- cron: "0 0 * * 0"
109
workflow_dispatch:
1110

1211
jobs:
1312
merge:
1413
name: Merge
1514
permissions:
1615
pull-requests: write
17-
if: >-
18-
(
19-
github.event_name == 'schedule' &&
20-
github.event.schedule == '0 0 * * 0'
21-
) || github.event_name == 'workflow_dispatch'
2216
runs-on: ubuntu-latest
2317
concurrency:
2418
group: ${{ github.workflow }}-merge
@@ -30,22 +24,23 @@ jobs:
3024
with:
3125
app-id: ${{ secrets.GH_APP_ID }}
3226
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
33-
- name: Merge
27+
- name: Merge Release Please
3428
uses: liblaf/actions/pr-label@main
3529
with:
3630
add-label: automerge
3731
label: "autorelease: pending"
3832
token: ${{ steps.auth.outputs.token }}
33+
- name: Merge Renovate
34+
uses: liblaf/actions/pr-label@main
35+
with:
36+
add-label: automerge
37+
app: renovate
38+
token: ${{ steps.auth.outputs.token }}
3939

4040
review:
4141
name: Review
4242
permissions:
4343
pull-requests: write
44-
if: >-
45-
(
46-
github.event_name == 'schedule' &&
47-
github.event.schedule == '0 0 * * *'
48-
) || github.event_name == 'workflow_dispatch'
4944
runs-on: ubuntu-latest
5045
concurrency:
5146
group: ${{ github.workflow }}-review
@@ -54,4 +49,9 @@ jobs:
5449
- name: Review
5550
uses: liblaf/actions/pr-review@main
5651
with:
52+
author: |-
53+
github-actions[bot]
54+
liblaf-bot[bot]
55+
release-please[bot]
56+
renovate[bot]
5757
token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
paths:
1111
- .github/workflows/repo.yaml
1212
schedule:
13-
- cron: "0 0 * * 0"
13+
- cron: "0 0 * * *"
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)