We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863a19f commit 4c32c59Copy full SHA for 4c32c59
docs/content/docs/guide/policy.md
@@ -23,7 +23,7 @@ or other supported Git providers (currently GitHub and Gitea).
23
to trigger the CI for a pull request by commenting `/ok-to-test`. This enables
24
CI to run on pull requests submitted by contributors who are not collaborators
25
of the repository or organization. It also applies to `/test` and `/retest`
26
- commands. Note that `/retest` will only create new PipelineRuns if previous runs failed. This action takes precedence over the `pull_request` action.
+ commands. Note that `/retest` will only trigger failed PipelineRuns. This action takes precedence over the `pull_request` action.
27
28
## Configuring Policies in the Repository CR
29
0 commit comments