Skip to content

Commit

Permalink
Bug/fix release and labeler (#124)
Browse files Browse the repository at this point in the history
* 👷 ci labeler disable label remove

* 👷 ci release note rm yaml anchor
  • Loading branch information
simonhir authored Sep 3, 2024
1 parent 97c5089 commit 4dc9cad
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 23 deletions.
96 changes: 75 additions & 21 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,97 +4,151 @@ changelog:
- title: Gateway - 🎉 New Features
labels:
- "Type: Feature"
exclude: &filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"
- title: Gateway - 🐞 Bug Fixes
labels:
- "Type: Bug"
exclude: *filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"
- title: Gateway - 🔨 Maintenance
labels:
- "Type: Maintenance"
exclude: *filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"
- title: Gateway - 📔 Documentation
labels:
- "Type: Documentation"
exclude: *filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"
- title: Gateway - ⬆️ Dependency Upgrades
labels:
- "Type: Dependency"
exclude: *filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"
- title: Gateway - 🔒️ Security
labels:
- "Type: Security"
exclude: *filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"
- title: Gateway - 💥 Breaking Changes
labels:
- BREAKING
exclude: *filter-gateway
exclude:
labels:
- "Component: Integrations"
- "Component: CLI"

# refarch-integrations
- title: Integrations - 🎉 New Features
labels:
- "Type: Feature"
exclude: &filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"
- title: Integrations - 🐞 Bug Fixes
labels:
- "Type: Bug"
exclude: *filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"
- title: Integrations - 🔨 Maintenance
labels:
- "Type: Maintenance"
exclude: *filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"
- title: Integrations - 📔 Documentation
labels:
- "Type: Documentation"
exclude: *filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"
- title: Integrations - ⬆️ Dependency Upgrades
labels:
- "Type: Dependency"
exclude: *filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"
- title: Integrations - 🔒️ Security
labels:
- "Type: Security"
exclude: *filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"
- title: Integrations - 💥 Breaking Changes
labels:
- BREAKING
exclude: *filter-integrations
exclude:
labels:
- "Component: API-Gateway"
- "Component: CLI"

# refarch-cli
- title: CLI - 🎉 New Features
labels:
- "Type: Feature"
exclude: &filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
- title: CLI - 🐞 Bug Fixes
labels:
- "Type: Bug"
exclude: *filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
- title: CLI - 🔨 Maintenance
labels:
- "Type: Maintenance"
exclude: *filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
- title: CLI - 📔 Documentation
labels:
- "Type: Documentation"
exclude: *filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
- title: CLI - ⬆️ Dependency Upgrades
labels:
- "Type: Dependency"
exclude: *filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
- title: CLI - 🔒️ Security
labels:
- "Type: Security"
exclude: *filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
- title: CLI - 💥 Breaking Changes
labels:
- BREAKING
exclude: *filter-cli
exclude:
labels:
- "Component: API-Gateway"
- "Component: Integrations"
2 changes: 0 additions & 2 deletions .github/workflows/pr_labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ jobs:
steps:
- name: "Label PR"
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
sync-labels: true

0 comments on commit 4dc9cad

Please sign in to comment.