-
Notifications
You must be signed in to change notification settings - Fork 6.5k
docs: detailed valid states for pullRequestState #21873
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
Conversation
Without mentioning the states it takes a bit to look up the valid values from GitLab docs Signed-off-by: Karsten Thoms <[email protected]>
❗ Preview Environment undeploy from Bunnyshell failedSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you fix the failing checks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go.
@nitishfy I don't think this failing test is related.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21873 +/- ##
==========================================
+ Coverage 55.75% 60.04% +4.29%
==========================================
Files 341 344 +3
Lines 57004 57781 +777
==========================================
+ Hits 31780 34695 +2915
+ Misses 22590 20330 -2260
- Partials 2634 2756 +122 ☔ View full report in Codecov by Sentry. |
| * `tokenRef`: A `Secret` name and key containing the GitLab access token to use for requests. If not specified, will make anonymous requests which have a lower rate limit and can only see public repositories. (Optional) | ||
| * `labels`: Labels is used to filter the MRs that you want to target. (Optional) | ||
| * `pullRequestState`: PullRequestState is an additional MRs filter to get only those with a certain state. Default: "" (all states) | ||
| * `pullRequestState`: PullRequestState is an additional MRs filter to get only those with a certain state. By default all states. Valid values: `opened`, `closed`, `merged`, `locked` (Optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add "" as a valid value as well.
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Karsten Thoms <[email protected]> Co-authored-by: Dan Garfield <[email protected]> Signed-off-by: Kanika Rana <[email protected]>
Signed-off-by: Karsten Thoms <[email protected]> Co-authored-by: Dan Garfield <[email protected]> Signed-off-by: Oliver Gondža <[email protected]>
Signed-off-by: Karsten Thoms <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Signed-off-by: Karsten Thoms <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Signed-off-by: Karsten Thoms <[email protected]> Co-authored-by: Dan Garfield <[email protected]> Signed-off-by: dsuhinin <[email protected]>
Signed-off-by: Karsten Thoms <[email protected]> Co-authored-by: Dan Garfield <[email protected]> Signed-off-by: dsuhinin <[email protected]>
Without mentioning the states it takes a bit to look up the valid values from GitLab docs
Checklist: