Skip to content

Commit

Permalink
Merge pull request #21 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync
  • Loading branch information
rwaffen authored Jul 8, 2024
2 parents fa01315 + 10605a6 commit 00188fb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
skip-changelog:
- head-branch: ['^release-*', 'release']
- head-branch: ['^release-*']
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
changelog:
exclude:
labels:
- duplicate
- invalid
- modulesync
- question
- skip-changelog
- wont-fix
- wontfix

categories:
- title: Breaking Changes 🛠
Expand All @@ -15,6 +21,19 @@ changelog:
labels:
- enhancement

- title: Bug Fixes 🐛
labels:
- bug

- title: Documentation Updates 📚
labels:
- documentation
- docs

- title: Dependency Updates ⬆️
labels:
- dependencies

- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: Release
uses: voxpupuli/crafty/.github/workflows/release.yml@main
with:
allowed_owner: ${{ github.repository_owner }}
allowed_owner: voxpupuli
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bundle/
.vendor/
vendor/
Gemfile.lock

0 comments on commit 00188fb

Please sign in to comment.