Skip to content

Commit b62f189

Browse files
fedefernandezactions-user
authored andcommitted
Update files from .github to v0.11.0 [skip ci]
1 parent db444bb commit b62f189

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -41,40 +41,7 @@ jobs:
4141
DOWNLOAD_INFO_FROM_GITHUB: true
4242
- name: Run post-conditions
4343
run: test -f .github/actions.yml && eval "$(yq e '.post.docs // "true"' .github/actions.yml)" || true
44-
- name: Generate changelog
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
repo: ${{ github.repository }}
48-
run: |
49-
github_changelog_generator \
50-
--user ${repo%/*} \
51-
--project ${repo#*/} \
52-
--token $GITHUB_TOKEN \
53-
--exclude-labels "duplicate,question,invalid,wontfix,auto-update,auto-changelog,auto-documentation" \
54-
--configure-sections \
55-
'{
56-
"breaking": {
57-
"prefix": "⚠️ **Breaking changes**",
58-
"labels": ["breaking-change"]
59-
},
60-
"enhancement": {
61-
"prefix": "🚀 **Features**",
62-
"labels": ["enhancement"]
63-
},
64-
"documentation": {
65-
"prefix": "📘 **Documentation**",
66-
"labels": ["documentation"]
67-
},
68-
"bug": {
69-
"prefix": "🐛 **Bug Fixes**",
70-
"labels": ["bug"]
71-
},
72-
"dependency": {
73-
"prefix": "📈 **Dependency updates**",
74-
"labels": ["dependency-update", "scala-steward"]
75-
}
76-
}'
7744
- name: Push changes
7845
uses: stefanzweifel/[email protected]
7946
with:
80-
commit_message: 'Update documentation, changelog and other files [skip ci]'
47+
commit_message: 'Update documentation, and other files [skip ci]'

0 commit comments

Comments
 (0)