generated from remal-gradle-plugins/template
-
Notifications
You must be signed in to change notification settings - Fork 0
66 lines (63 loc) · 1.84 KB
/
automatic-release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: Automatic release
on:
schedule:
- cron: '12 6 * * 4' # sync-with-template: adjust
workflow_dispatch:
inputs:
dryRun:
required: true
default: 'false'
description: Set to 'true' to enable dry run
type: choice
options:
- 'true'
- 'false'
defaults:
run:
shell: bash
jobs:
automatic-release:
name: Automatic release
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency: automatic-release
steps:
- name: Automatic release
uses: remal-github-actions/automatic-release@v1
with:
dryRun: ${{inputs.dryRun}}
githubToken: ${{secrets.PUSH_BACK_TOKEN}}
versionIncrementMode: 'patch'
versionTagPrefix: 'v'
expectedFilesToChange: |
gradle-plugin-api-dependencies.txt
allowedCommitPrefixes: |
[push-back]
[noci]
[no-ci]
[ci]
[release-later]
[doc]
[documentation]
[no-changelog]
Update README.md
Update renovate.json5
Update renovate.json
skippedChangelogCommitPrefixes: |
[push-back]
[no-changelog]
dependencyUpdatesPullRequestLabels: |
dependencies
miscPullRequestLabels: |
sync-with-template
remal-gradle-plugins-toolkit
actionPathsAllowedToFail: |
.github/workflows/automatic-release.yml
.github/workflows/bump-repository-activity.yml
.github/workflows/check-action-secrets.yml
.github/workflows/codeowners-validator.yml
.github/workflows/codeql-analysis.yml
.github/workflows/codespell.yml
.github/workflows/rebase-dependabot-pull-requests.yml
.github/workflows/release-drafter.yml
.github/workflows/sync-with-template.yml