File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# DO NOT EDIT!
33# -*- mode: yaml -*-
44# prettier-ignore
5- _commit : 2d20f44
5+ _commit : 6d357f5
66_src_path : gh:liblaf/copier-share
77author_email : 30631553+liblaf@users.noreply.github.com
88author_name : liblaf
Original file line number Diff line number Diff line change @@ -6,19 +6,13 @@ name: PR
66on :
77 schedule :
88 - cron : " 0 0 * * *"
9- - cron : " 0 0 * * 0"
109 workflow_dispatch :
1110
1211jobs :
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
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 }}
Original file line number Diff line number Diff line change 1010 paths :
1111 - .github/workflows/repo.yaml
1212 schedule :
13- - cron : " 0 0 * * 0 "
13+ - cron : " 0 0 * * * "
1414 workflow_dispatch :
1515
1616jobs :
You can’t perform that action at this time.
0 commit comments