-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for checking pull request labels #15
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
jonathanio
added
priority/high
This is a high-priority issue or pull reqest
release/update
An update to an existing feature is made with this pull request
type/enhancement
Adding or requesting a new feature
update/documentation
Update with improvements to the documentation
update/github-action
Update with changes to the GitHub Action
update/go
Update with changes to Go files or applications
work-in-progress
This pull request is currently work-in-progress
labels
May 28, 2023
4 tasks
jonathanio
force-pushed
the
add-labels-check
branch
from
May 28, 2023 15:50
555eda0
to
d487c95
Compare
4 tasks
4 tasks
jonathanio
force-pushed
the
add-labels-check
branch
from
May 28, 2023 17:33
d487c95
to
faa1b6c
Compare
Add the initial code to check the labels attached to a pull request, which currently requires that all the prefixes provided can be found to pass the check.
Add support for a flag to change the label prefix match from the add case (all must match) to any (any one prefix can match any one label).
jonathanio
force-pushed
the
add-labels-check
branch
from
May 28, 2023 21:45
da4dd10
to
40f2698
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
===========================================
+ Coverage 16.66% 39.16% +22.49%
===========================================
Files 3 4 +1
Lines 102 143 +41
===========================================
+ Hits 17 56 +39
- Misses 85 87 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority/high
This is a high-priority issue or pull reqest
release/update
An update to an existing feature is made with this pull request
type/enhancement
Adding or requesting a new feature
update/documentation
Update with improvements to the documentation
update/github-action
Update with changes to the GitHub Action
update/go
Update with changes to Go files or applications
work-in-progress
This pull request is currently work-in-progress
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.
Add support for checking pull request labels using pull-checker as part of #1.
Checklist
Please confirm the following checks:
CONTRIBUTING.md
.type/...
,changes/...
, and 'release/...' labels as needed.