Skip to content

Commit

Permalink
Add a skip_changelog label to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 26, 2022
1 parent 9c4112a commit 4da9bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
token: ${{ secrets.RELEASE_PAT_CASPER }}
release_branch: ${{ env.PUBLISH_UPDATE_BRANCH }}
exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates"
exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates,skip_changelog"

- name: Update API Reference docs and version - Commit changes and update tag
run: .github/utils/update_docs.sh
Expand All @@ -65,7 +65,7 @@ jobs:
release_branch: ${{ env.PUBLISH_UPDATE_BRANCH }}
since_tag: "${{ env.PREVIOUS_VERSION }}"
output: "release_changelog.md"
exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates"
exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates,skip_changelog"

- name: Append changelog to release body
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
token: ${{ secrets.RELEASE_PAT_CASPER }}
release_branch: ${{ env.PUBLISH_UPDATE_BRANCH }}
exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates"
exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates,skip_changelog"
future_release: "Unreleased changes"

- name: Deploy documentation
Expand Down

0 comments on commit 4da9bdd

Please sign in to comment.