Skip to content

Commit 33e5810

Browse files
authored
Fix changelog workflow (#12587)
1 parent 618b27f commit 33e5810

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ categories:
2020
- "type: ci"
2121
- "type: build"
2222
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
23+
filter-by-commitish: true
2324
version-resolver:
2425
major:
2526
labels:

.github/workflows/release-notes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2929
with:
3030
commitish: ${{ steps.extract_branch.outputs.value }}
31-
filter-by-commitish: true
3231
# Otherwise:
3332
- name: Export Gradle Properties
3433
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'

0 commit comments

Comments
 (0)