Skip to content

Commit

Permalink
Add breaking labeling to release drafter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Sep 24, 2024
1 parent 1183ade commit 70caaf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '⚠️ Breaking'
labels:
- 'breaking'
- title: '🚀 Features'
labels:
- 'feature'
Expand Down Expand Up @@ -51,6 +54,9 @@ autolabeler:
- label: 'enhancement'
branch:
- '/enh\/.+/'
- label: 'chore'
branch:
- '/chore\/.+/'
template: |
## Changes
$CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Golang Codebase
name: Lint

on:
pull_request:
Expand All @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61

0 comments on commit 70caaf8

Please sign in to comment.