ci: Add Dependabot PR title workflow; tweak templates#111
Open
DylanDevelops wants to merge 1 commit intomainfrom
Open
ci: Add Dependabot PR title workflow; tweak templates#111DylanDevelops wants to merge 1 commit intomainfrom
DylanDevelops wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
mainbranch of tmpo.Description
This pull request updates how Dependabot pull request titles are managed and improves author attribution in commit messages. The main changes include removing commit message prefix settings from the Dependabot configuration and introducing a workflow that automatically adds standardized prefixes to Dependabot PR titles. Additionally, commit messages now display the author's name in bold for better visibility.
Dependabot PR Title Standardization:
.github/workflows/dependabot-pr-title.yml) that automatically prefixes Dependabot pull request titles with eitherbuild(deps):orci(github-actions):, depending on the type of update. This ensures consistent PR title formatting and removes the need for manual or configuration-based prefixes.commit-messageprefix settings from the Dependabot configuration for both Go modules and GitHub Actions, delegating PR title prefixing to the new workflow. (.github/dependabot.yml) [1] [2]Commit Message Formatting:
cliff.tomlto display the commit author's name in bold instead of showing the remote username, improving clarity and attribution.