Skip to content

Commit

Permalink
CI: improve PR titles of renovate bot (#2788)
Browse files Browse the repository at this point in the history
Use `CI: ` prefix for pull request titles in order to facilitate the automated creation of release notes.
This is a followup PR to #2772.

Related docs: https://github.com/renovatebot/renovate/blob/main/docs/usage/semantic-commits.md
  • Loading branch information
neteler authored Jan 26, 2023
1 parent c8fad59 commit d0a9538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":semanticCommitTypeAll(CI)"
]
}
2 changes: 1 addition & 1 deletion utils/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ notes:
regexp: '[Ss]ingularity: '

- title: Continuous Integration, Tests, Code Quality, and Checks
regexp: '(CI|ci|[Tt]ests|[Cc]hecks|pytest): '
regexp: '(CI|ci|CI\(deps\)|ci\(deps\)|[Tt]ests|[Cc]hecks|pytest): '

- title: Contributing and Management
regexp: '(contributing|CONTRIBUTING.md|contributors.csv): '
Expand Down

0 comments on commit d0a9538

Please sign in to comment.