docs: detailed valid states for pullRequestState#21873
Merged
Merged
Conversation
Without mentioning the states it takes a bit to look up the valid values from GitLab docs Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com>
❗ Preview Environment undeploy from Bunnyshell failedSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
nitishfy
reviewed
Feb 17, 2025
Member
nitishfy
left a comment
There was a problem hiding this comment.
can you fix the failing checks?
todaywasawesome
approved these changes
Feb 20, 2025
Contributor
todaywasawesome
left a comment
There was a problem hiding this comment.
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. |
andrii-korotkov-verkada
approved these changes
Feb 26, 2025
| * `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) |
Member
There was a problem hiding this comment.
Let's add "" as a valid value as well.
agaudreault
reviewed
May 9, 2025
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
agaudreault
approved these changes
May 15, 2025
ranakan19
pushed a commit
to ranakan19/argo-cd
that referenced
this pull request
May 20, 2025
Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Kanika Rana <krana@redhat.com>
olivergondza
pushed a commit
to olivergondza/argo-cd
that referenced
this pull request
May 20, 2025
Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Oliver Gondža <ogondza@gmail.com>
tylerrosnett
pushed a commit
to StateFarmIns/argo-cd
that referenced
this pull request
May 27, 2025
Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com> Co-authored-by: Dan Garfield <dan@codefresh.io>
chansuke
pushed a commit
to chansuke/argo-cd
that referenced
this pull request
Jun 4, 2025
Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com> Co-authored-by: Dan Garfield <dan@codefresh.io>
dsuhinin
pushed a commit
to dsuhinin/argo-cd
that referenced
this pull request
Jun 16, 2025
Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
dsuhinin
pushed a commit
to dsuhinin/argo-cd
that referenced
this pull request
Jun 16, 2025
Signed-off-by: Karsten Thoms <karsten.thoms@gmail.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
This file contains hidden or 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
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.
Without mentioning the states it takes a bit to look up the valid values from GitLab docs
Checklist: