Skip to content

Commit

Permalink
tooling: add github labeler and release file (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux authored Oct 29, 2024
1 parent 4151300 commit 456ab2c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ci-cd:
- changed-files:
- any-glob-to-any-file: .github/**

dependencies:
- changed-files:
- any-glob-to-any-file:
- pyproject.toml
- poetry.lock

documentation:
- changed-files:
- any-glob-to-any-file:
- docs/**
- README.md

enhancement:
- head-branch: ["^feature", "feature"]

tooling:
- head-branch: ["^tooling", "tooling"]
- changed-files:
- any-glob-to-any-file:
- codecov.yml
- .pre-commit-config.yaml
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci
categories:
- title: Bugs fixes 🐛
labels:
- bug
- title: Features and enhancements 🎉
labels:
- enhancement
- title: Tooling 🔧
labels:
- ci-cd
- title: Documentation 📖
labels:
- documentation
- title: Other Changes
labels:
- "*"

0 comments on commit 456ab2c

Please sign in to comment.