This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/main by this push:
new fac71d8 Add skip-changelog label
fac71d8 is described below
commit fac71d8df845fca68bdad9a3f524d08a83cd77b2
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Mar 8 09:58:40 2025 +0100
Add skip-changelog label
Will allow to skip PR from changelog generated by release drafter
---
.github/labels.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/labels.js b/.github/labels.js
index 198e5bb..721f72e 100644
--- a/.github/labels.js
+++ b/.github/labels.js
@@ -66,6 +66,11 @@ module.exports = [
color: "912E29",
description: ""
},
+ {
+ name: "skip-changelog",
+ color: "e4e669",
+ description: "Skip this PR from automatically changelog generation"
+ },
{
name: "priority:blocker",
color: "cc0000",