Skip to content

Commit

Permalink
Add Dependencies changelog label (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Dec 3, 2024
1 parent 2d3d72f commit 274ba44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Use the following labels to assign a pull request to a section:
- `type/feat` -> New features
- `type/fix` -> Bug fixes
- `type/sec` -> Security
- `type/deps` -> Dependencies
- `type/deprecation` -> Deprecation
- `type/dev` -> Development
- `type/test` -> Tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/scripts/changelog/changelog_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
"id": "sec",
"text": "Security"
},
{
"id": "deps",
"text": "Dependencies"
},
{
"id": "deprecation",
"text": "Deprecation"
Expand Down

0 comments on commit 274ba44

Please sign in to comment.