This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 9965fd9bd Delete .github/.github directory
9965fd9bd is described below
commit 9965fd9bd22fb3bbec02b854b2c0aedaa36e26d5
Author: reiabreu <[email protected]>
AuthorDate: Sun Apr 19 17:37:50 2026 +0100
Delete .github/.github directory
---
.github/.github/release.yml | 50 ---------------------------------------------
1 file changed, 50 deletions(-)
diff --git a/.github/.github/release.yml b/.github/.github/release.yml
deleted file mode 100644
index 6d05cf647..000000000
--- a/.github/.github/release.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-changelog:
- categories:
- - title: "๐ก๏ธ Security Fixes"
- labels:
- - "security"
- - "vulnerability"
- - "cve"
- - title: "โ ๏ธ Breaking Changes"
- labels:
- - "breaking-change"
- - "major"
- - title: "๐ New Features"
- labels:
- - "feature"
- - "enhancement"
- - "new-stuff"
- - title: "๐ Bug Fixes"
- labels:
- - "bug"
- - "fix"
- - "patch"
- - title: "๐ฆ Dependency Upgrades"
- labels:
- - "dependencies"
- - "dependencies-label"
- - title: "๐ Documentation"
- labels:
- - "documentation"
- - "docs"
- - title: "๐งช Testing & QA"
- labels:
- - "tests"
- - "qa"
- - title: "๐ Maintenance & Refactoring"
- labels:
- - "chore"
- - "refactor"
- - "performance"
- - title: "๐ค CI/CD & Build"
- labels:
- - "ci"
- - "github-actions"
- - "build"
- exclude:
- labels:
- - "skip-changelog"
- - "wip"
- - "duplicate"
- authors:
- - "github-actions[bot]"