-
Notifications
You must be signed in to change notification settings - Fork 436
The action doesn't add new labels to the PR, when changes are added to parts of the code base with associated labels #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @nlykkei |
I think this is the same thing as #807 I have a fork that does this -> https://github.com/athackst/labeler/tree/feature/create-labels. Happy to PR it if there's interest |
Hi @nlykkei , with the details provided we assume that issue that you have mentioned is similar to the following issue #112. The sync-labels parameter when set to true is expected to remove labels (configured in config file) for when matching files are reverted or no longer changed by the PR. Please help us to understand the issue more by sharing the config options, workflow runs and PR where you encountered the issue that you have mentioned. You can also refer to the latest release for more details. |
Hi @nlykkei , We are awaiting for your response on following issue. |
@suyashgaonkar - It seems resolved in the newest release. Thank you for your support |
Description:
The action doesn't added labels to the PR, when new changes are added. It only removes labels, when the PR no longer changes respective files, see
sync-labels: true
. I need to create the labels manually before the action is able to properly label PRs.Action version:
v5
Platform:
Runner type:
Repro steps:
NA
Expected behavior:
I would expect that labels are dynamically created and added to the PR, when changes are introduced that change other parts of the code with associated labels.
The action only supports removing labels, not adding them, on changes.
The text was updated successfully, but these errors were encountered: