ci icon indicating copy to clipboard operation
ci copied to clipboard

check-issue-triage-complete support retest

Open purelind opened this issue 1 year ago • 1 comments

For fixing bug issues and associated pull requests, we will add a check item called "check-issue-triage-complete" to ensure that bug issues are triaged before merging the pull request. By default, the plugin will trigger this check at the appropriate time. If it fails to trigger successfully, Contributors can manually trigger it using the /run-check-issue-triage-complete or /check-issue-triage-complete command.

Provide a suggestion to support triggering through /retest and /test xxx methods, consistent with other trigger commands, reducing learning and memory costs.

purelind avatar Nov 03 '23 02:11 purelind

I can be solve after change the line:

  • https://github.com/ti-community-infra/tichi/blob/2c387de818105f10a2167c9f2f6a3963b10a7c7a/internal/pkg/externalplugins/issuetriage/issuetriage.go#L52C58-L52C85

wuhuizuo avatar Jan 26 '24 03:01 wuhuizuo