-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
implement the pr label feature #18
Conversation
this commit lays the ground work for adding labels to PRs depending on the CI Run Status.
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
💔 Test failed - brawl-done |
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
💔 Test failed - brawl-done |
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #18 +/- ##
==========================================
+ Coverage 91.09% 91.27% +0.17%
==========================================
Files 23 24 +1
Lines 2460 2590 +130
==========================================
+ Hits 2241 2364 +123
- Misses 219 226 +7
... and 1 file with indirect coverage changes
|
🎉 Try build successful! Requested by: @TroyKomodo |
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
🎉 Try build successful! Requested by: @TroyKomodo |
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
🎉 Try build successful! Requested by: @TroyKomodo |
?brawl try |
implement the pr label feature this commit lays the ground work for adding labels to PRs depending on the CI Run Status. The config type was already implemented but the actual labeling action was not. Requested-by: TroyKomodo <[email protected]>
🎉 Try build successful! Requested by: @TroyKomodo |
?brawl merge |
📌 Commit 7261020 has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: |
🎉 Build successful! Approved by: |
this commit lays the ground work for adding labels to PRs depending on the CI Run Status.
The config type was already implemented but the actual labeling action was not.