[PM-34710] Add workflow to automatically label a PR by change type#7850
Draft
djsmith85 wants to merge 2 commits into
Draft
[PM-34710] Add workflow to automatically label a PR by change type#7850djsmith85 wants to merge 2 commits into
djsmith85 wants to merge 2 commits into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7850 +/- ##
==========================================
- Coverage 65.69% 61.20% -4.49%
==========================================
Files 2209 2209
Lines 97750 97750
Branches 8816 8816
==========================================
- Hits 64216 59832 -4384
- Misses 31316 35795 +4479
+ Partials 2218 2123 -95 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-34710
Depends on bitwarden/gh-actions#829
📔 Objective
Adds a workflow that gets triggered when a PR is opened, synchronized or re-opened. It calls a composite action living in bitwarden/gh-actions and passes the PR number and any existing labels to it. The composite action looks for a configuration file (
.github/label-pr.json) and tries to match the change type via PR title and/or changed files.It then applies one of the labels
t:*to the PR.These change type labels are then used to create categories for the Github release notes.