Skip to content

Commit

Permalink
chore: ignore the PRs created by github-actions in release notes (web…
Browse files Browse the repository at this point in the history
…-infra-dev#2766)

* chore: ignore the release PR created by github-actions in release notes

* Cases
  • Loading branch information
hyf0 authored and siyou committed May 14, 2023
1 parent c9aa5a8 commit 745b81c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ changelog:
exclude:
labels:
- "release: ignore"
authors:
# Ignore the release PR created by github-actions
- github-actions
categories:
- title: Breaking Changes 🛠
labels:
- "release: breaking change"
- title: Performance improvements
- title: Performance Improvements
labels:
- "release: performance"
- title: Exciting New Features 🎉
labels:
- "release: feature"
- title: Bug fixes 🐞
- title: Bug Fixes 🐞
labels:
- "release: bug fix"
- title: Other Changes
Expand Down

0 comments on commit 745b81c

Please sign in to comment.