Skip to content
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

Merged
merged 8 commits into from
Dec 26, 2024
Merged

implement the pr label feature #18

merged 8 commits into from
Dec 26, 2024

Conversation

TroyKomodo
Copy link
Member

@TroyKomodo TroyKomodo commented Dec 25, 2024

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.

this commit lays the ground work for adding labels to PRs depending on
the CI Run Status.
@TroyKomodo TroyKomodo added the enhancement New feature or request label Dec 25, 2024
@TroyKomodo
Copy link
Member Author

?brawl try

scuffle-brawl bot added a commit that referenced this pull request Dec 25, 2024
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]>
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

⌛ Trying commit 73e2a99 with merge dafb8a6...

@scuffle-brawl scuffle-brawl bot added the B-brawl-try Brawl is trying this PR label Dec 25, 2024
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

💔 Test failed - brawl-done

@scuffle-brawl scuffle-brawl bot added B-brawl-try-failed Brawl try has failed and removed B-brawl-try Brawl is trying this PR labels Dec 25, 2024
@TroyKomodo
Copy link
Member Author

?brawl try

scuffle-brawl bot added a commit that referenced this pull request Dec 25, 2024
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]>
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

⌛ Trying commit 64150b5 with merge eacd1c4...

@scuffle-brawl scuffle-brawl bot added the B-brawl-try Brawl is trying this PR label Dec 25, 2024
@TroyKomodo TroyKomodo removed the B-brawl-try-failed Brawl try has failed label Dec 25, 2024
@TroyKomodo
Copy link
Member Author

?brawl try

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

⌛ Trying commit c54eb6c with merge 7f5d4a4...

scuffle-brawl bot added a commit that referenced this pull request Dec 25, 2024
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]>
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

💔 Test failed - brawl-done

@scuffle-brawl scuffle-brawl bot added B-brawl-try-failed Brawl try has failed and removed B-brawl-try Brawl is trying this PR labels Dec 25, 2024
@TroyKomodo
Copy link
Member Author

?brawl try

scuffle-brawl bot added a commit that referenced this pull request Dec 25, 2024
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]>
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

⌛ Trying commit b14e12e with merge fab2bcc...

@scuffle-brawl scuffle-brawl bot added the B-brawl-try Brawl is trying this PR label Dec 25, 2024
@TroyKomodo TroyKomodo removed the B-brawl-try-failed Brawl try has failed label Dec 25, 2024
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 93.42105% with 10 lines in your changes missing coverage. Please review.

Project coverage is 91.27%. Comparing base (dd3beaa) to head (a7d9c36).
Report is 9 commits behind head on main.

Current head a7d9c36 differs from pull request most recent head 7261020

Please upload reports for the commit 7261020 to get more accurate results.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
server/src/github/label_state.rs 88.37% 10 Missing ⚠️
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     
Files with missing lines Coverage Δ
server/src/command/cancel.rs 100.00% <100.00%> (ø)
server/src/command/dry_run.rs 99.00% <100.00%> (ø)
server/src/command/merge.rs 98.70% <100.00%> (ø)
server/src/command/retry.rs 100.00% <100.00%> (ø)
server/src/database/pr.rs 100.00% <100.00%> (ø)
server/src/github/config.rs 100.00% <100.00%> (ø)
server/src/github/merge_workflow.rs 92.51% <100.00%> (+0.19%) ⬆️
server/src/github/mod.rs 95.92% <ø> (ø)
server/src/github/repo.rs 94.80% <100.00%> (+0.35%) ⬆️
server/src/webhook/pull_request.rs 97.91% <100.00%> (ø)
... and 1 more

... and 1 file with indirect coverage changes

Components Coverage Δ
scuffle-perf-cli 50.00% <ø> (ø)
scuffle-perf-server ∅ <ø> (∅)

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 25, 2024

🎉 Try build successful!
Completed in 3:12

Requested by: @TroyKomodo
Build commit: fab2bcc (fab2bcc4b12bbbc766efdf443c44dd4b80f17aa0)

@TroyKomodo
Copy link
Member Author

?brawl try

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

⌛ Trying commit e89a7c7 with merge 43cb1f4...

scuffle-brawl bot added a commit that referenced this pull request Dec 26, 2024
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]>
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

🎉 Try build successful!
Completed in 3:30

Requested by: @TroyKomodo
Build commit: 43cb1f4 (43cb1f4f4a9e7aef542522e3545ad918c5a73fe7)

@scuffle-brawl scuffle-brawl bot removed the B-brawl-try Brawl is trying this PR label Dec 26, 2024
@TroyKomodo
Copy link
Member Author

?brawl try

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

⌛ Trying commit 8d046c3 with merge 87c23cb...

scuffle-brawl bot added a commit that referenced this pull request Dec 26, 2024
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]>
@scuffle-brawl scuffle-brawl bot added the B-brawl-try Brawl is trying this PR label Dec 26, 2024
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

🎉 Try build successful!
Completed in 1:40

Requested by: @TroyKomodo
Build commit: 87c23cb (87c23cb886207d4208c5da6abe7e196f943657b3)

@scuffle-brawl scuffle-brawl bot removed the B-brawl-try Brawl is trying this PR label Dec 26, 2024
@TroyKomodo
Copy link
Member Author

?brawl try

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

⌛ Trying commit 7261020 with merge a7d9c36...

scuffle-brawl bot added a commit that referenced this pull request Dec 26, 2024
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]>
@scuffle-brawl scuffle-brawl bot added the B-brawl-try Brawl is trying this PR label Dec 26, 2024
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

🎉 Try build successful!
Completed in 1:39

Requested by: @TroyKomodo
Build commit: a7d9c36 (a7d9c36515d4ef3159353ced403f1a27bc7c794e)

@scuffle-brawl scuffle-brawl bot removed the B-brawl-try Brawl is trying this PR label Dec 26, 2024
@TroyKomodo
Copy link
Member Author

?brawl merge

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

📌 Commit 7261020 has been approved and added to the merge queue.

Requested by: @TroyKomodo

Approved by:

@scuffle-brawl scuffle-brawl bot added the B-brawl-queued Queued for a brawl merge label Dec 26, 2024
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

⌛ Trying commit 7261020 with merge 94a3be7...

@scuffle-brawl scuffle-brawl bot added B-brawl-merging Currently being merged by brawl and removed B-brawl-queued Queued for a brawl merge labels Dec 26, 2024
@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Dec 26, 2024

🎉 Build successful!
Completed in 3:05

Approved by:
Pushing 94a3be7 to main

@scuffle-brawl scuffle-brawl bot added the B-brawl-merged PR was merged by brawl label Dec 26, 2024
@scuffle-brawl scuffle-brawl bot merged commit 94a3be7 into main Dec 26, 2024
1 check passed
@scuffle-brawl scuffle-brawl bot removed the B-brawl-merging Currently being merged by brawl label Dec 26, 2024
@scuffle-brawl scuffle-brawl bot deleted the troy/pr-labels branch December 26, 2024 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-brawl-merged PR was merged by brawl enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant