Fix typo: succesful -> successful in prompt test description#9
Conversation
|
This issue is currently awaiting triage. If instrumentation-tools contributors determine this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @SAY-5! |
Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dashpole, SAY-5 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Could you add ok-to-test? CI is gated on it for new contributors. |
|
I don't think thats the issue. CI seems generally broken.
|
Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
|
New changes are detected. LGTM label has been removed. |
|
You're right, that was the real blocker. Pushed ffa9eab pinning checkout and setup-go to full-length SHAs (v4.2.2 and v5.2.0) so they pass the org policy, and bumped go-version from 1.14 to 1.22 since the module is already on go 1.17. Dropped the stale ACTIONS_ALLOW_UNSECURE_COMMANDS env that only the old setup-go needed. go test -race ./promq/... is green locally. |
Corrects the misspelling 'succesful' to 'successful' in a Ginkgo test description.