Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/policies/labelAdded.validationInstallationError.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ configuration:
When the label "Validation-Installation-Error" is added to a pull request
* Add a reply notifying the issue author
* Assign to the author
* Label with Needs-Author-Feedback
# * Label with Needs-Author-Feedback
* Remove Azure-Pipeline-Passed label
* Remove Needs-Attention label
# * Remove Needs-Attention label
if:
- payloadType: Pull_Request
- labelAdded:
Expand All @@ -28,15 +28,16 @@ configuration:
The package manager bot determined there was an issue with installing the application correctly. Please check the application installs correctly. Once repaired, please push an update to your pull request.


If you are certain it installs correctly, it may be caused by validation pipeline congestion. If so, doing a null-edit to the pull request, or to close and re-open the existing pull request, will usually re-run the pipeline.


Template: msftbot/validationError/installation/general
- assignTo:
author: True
- addLabel:
label: Needs-Author-Feedback
label: Needs-Attention
- removeLabel:
label: Azure-Pipeline-Passed
- removeLabel:
label: Needs-Attention
# The policy service should trigger even when the label was added by the policy service
triggerOnOwnActions: true
onFailure:
Expand Down