Skip to content

Commit

Permalink
Fix typo in github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed May 20, 2024
1 parent 8151bcb commit 89667f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/actions/create-github-release/changelog-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@ changelog:
sections:
- title: ":star: New Features"
labels:
- "type: new-feature"
- "new-feature"
- title: ":lady_beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"
- "bug"
- title: ":notebook_with_decorative_cover: Documentation"
labels:
- "type: documentation"
- "documentation"
- title: ":hammer: Dependency Upgrades"
sort: "title"
labels:
- "type: dependency-upgrade"
- "dependency-upgrade"
contributors:
exclude:
names: ["dependabot"]
issues:
exclude:
labels:
- "type: polishing"
- "polishing"
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ updates:
schedule:
interval: "weekly"
labels:
- "type: dependency-upgrade"
- "dependency-upgrade"

- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
labels:
- "type: dependency-upgrade"
- "dependency-upgrade"

0 comments on commit 89667f6

Please sign in to comment.