Title: [293573] trunk/Tools/CISupport/ews-build/steps.py
- Revision
- 293573
- Author
- [email protected]
- Date
- 2022-04-28 09:20:18 -0700 (Thu, 28 Apr 2022)
Log Message
Merge-queue error message about missing user permissions from contributors.json should indicate how to fix it
https://bugs.webkit.org/show_bug.cgi?id=239851
Reviewed by Jonathan Bedard.
* Tools/CISupport/ews-build/steps.py:
(ValidateCommitterAndReviewer.fail_build):
Canonical link: https://commits.webkit.org/250087@main
Modified Paths
Diff
Modified: trunk/Tools/CISupport/ews-build/steps.py (293572 => 293573)
--- trunk/Tools/CISupport/ews-build/steps.py 2022-04-28 15:12:24 UTC (rev 293572)
+++ trunk/Tools/CISupport/ews-build/steps.py 2022-04-28 16:20:18 UTC (rev 293573)
@@ -1528,6 +1528,7 @@
if patch_id:
comment += f'\n\nRejecting attachment {patch_id} from commit queue.'
elif pr_number:
+ comment += f'\n\nIf you do have {status} permmissions, please ensure that your GitHub username is added to contributors.json.'
comment += f'\n\nRejecting {self.getProperty("github.head.sha", f"#{pr_number}")} from merge queue.'
self.setProperty('comment_text', comment)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes