-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add a label to trigger repository restart #329
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #329 +/- ##
==========================================
- Coverage 24.42% 24.37% -0.06%
==========================================
Files 37 37
Lines 3529 3537 +8
==========================================
Hits 862 862
- Misses 2609 2617 +8
Partials 58 58
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
github-actions
bot
requested review from
0xff-dev,
Abirdcfly,
Lanture1064 and
nkwangleiGIT
September 7, 2023 08:36
0xff-dev
previously approved these changes
Sep 7, 2023
Abirdcfly
previously approved these changes
Sep 7, 2023
i forgot to add the tests… |
bjwswang
force-pushed
the
evaluator
branch
3 times, most recently
from
September 8, 2023 06:10
a06e5b0
to
92a2ca5
Compare
Signed-off-by: bjwswang <bjwswang@gmail.com>
Abirdcfly
approved these changes
Sep 8, 2023
Abirdcfly
approved these changes
Sep 8, 2023
0xff-dev
approved these changes
Sep 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it
Which issue(s) this PR fixes
Fix: #318
Special notes for your reviewer
Only a way to enable
manually restart
with this new lable. Not tested yet. Not committed to work....