[Workflow] Add PR labeler workflow#1460
[Workflow] Add PR labeler workflow#1460Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Conversation
|
If anybody has ideas for more labels, please let me know. |
32fb050 to
915348e
Compare
Parth (parth-07)
left a comment
There was a problem hiding this comment.
Do we need to add labels to PRs? Isn't it enough to add labels to the issue?
What happens if a PR modifies all target files? Will we then include that fix/PR for all targets?
The workflow that generates release notes use labels of PRs
This workflow just assigns some basic labels to help. Label assignment is not 100% automated. The owner of the PR should check if the labels are appropriate for the PR and add or remove as needed. This is just a helper. |
|
This is not exclusive to release notes. We can add labels here to help us track changes to certain pieces of ELD. |
915348e to
229746a
Compare
229746a to
f45dfa3
Compare
Add workflow to automatically label PRs. This will be used for automatically generating release notes. Fix: qualcomm#1457 Signed-off-by: Steven Ramirez Rosa <[email protected]>
f45dfa3 to
bb6adeb
Compare
Add workflow to automatically label PRs. This will be used for automatically generating release notes.
Fix: #1457