Skip to content

Commit

Permalink
Update release drafter workflow (#494)
Browse files Browse the repository at this point in the history
exclude 'skip_changelog', and automatically apply to the 'update tested python versions' workflow
changes.
  • Loading branch information
benfred committed May 16, 2022
1 parent a408874 commit 6913531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ categories:
label:
- 'chore'
- 'ci'
- 'dependencies'

exclude-labels:
- 'skip-changelog'

change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update_python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:
commit-message: Update tested python versions
title: Update tested python versions
branch: update-python-versons
labels: |
skip-changelog
dependencies

0 comments on commit 6913531

Please sign in to comment.