Skip to content

Commit

Permalink
Init .github
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Dec 18, 2023
1 parent e68ac31 commit 25c1c14
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/label-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled

jobs:

check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,enhancement,bug,documentation,ignore-for-release
repo_token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: Features
labels:
- feature
- title: Enhancements
labels:
- enhancement
- title: Bug Fixes
labels:
- bug

0 comments on commit 25c1c14

Please sign in to comment.