Automate the r=me idiom
See original GitHub issueOftentimes reviewers will write something like r=me with green travis
.
It would be good to automate this sort of thing such that a reviewer can write:
@bors r=me
and then bors will r+ once travis is actually green. That way, you don’t need any other reviewer to intervene or to delegate bors privileges.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Knowledge Base - RME Audio Interfaces | Format Converters
RME Audio Professional Live, Studio, Recording and Broadcast Solutions. Unrivalled Quality, Performance & Stability MADI Interfaces, Converters & Preamps.
Read more >Reliability Maintenance Engineering - North America
The Reliability Maintenance Engineering (RME) team is safety-focused and works to maintain, troubleshoot, and repair the equipment that handles physical ...
Read more >AUTOMATICALLY definition | Cambridge English Dictionary
automatically meaning: 1. If a machine or device does something automatically, it does it independently, without human…. Learn more.
Read more >CSLB Terms and Definitions - CA.gov
Term Acronym Definition
Active License Status Contractor is licensed and able to perform work
Association Date The date a person is added to a license
California...
Read more >Documentation of the EU RME model - European Commission
Only LCI data is used. This report presents the annual automated calculation model for converting product flows into raw material equivalents (RMEs). The ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That makes more sense. Or it could be default behavior and opt-out with
@bors r+ now
.My idea of how this feature (
@bors r+ await
) would work is it would only approve the PR if CI passed. If CI failed, it would cancel the approval and the PR would have to be approved manually.