Conversation
|
Skipping CI for Draft Pull Request. |
Member
|
Issues go stale after 90d of inactivity. |
ccd4425 to
dc9d33d
Compare
test-infra repoa57dab9 to
14282fc
Compare
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
…on assignees or suggested being present
- Deleted the `GetPendingApproveActionRunsByHeadSHA` method from the `FakeClient` to simplify the interface and eliminate redundancy. This change contributes to a cleaner and more maintainable codebase by removing unnecessary functionality.
…ction-run feat(pkg/trigger): support approve GitHub action run with /test all
- Added logic to check if a comment can trigger GitHub Actions based on specific regex patterns. - Updated the condition to skip comments that do not match any triggering regex or could trigger GitHub Actions, improving the comment processing flow. These changes enhance the functionality of the comment handling mechanism, allowing for better integration with GitHub Actions workflows.
…t-failed-githubaction feat(trigger): enhance comment handling to trigger GitHub Actions
review comment API
…eview-api refactor(external-plugins/chatgpt): creating PR review comments via review comment API
`first-time-contributor` label for PR/issue It will replace the `ti-community-contribution` external plugin.
…on-label-for-pr-and-issue refactor(pkg/plugins/welcome): add labels `contribution` and `first-time-contributor` label for PR/issue
CreateReview method
fix(external-plugins/chatgpt): refactor `githubClient` interface and use `CreateReview` method
patch application logic - Introduce skipFork to allow pushing directly to central repo - Refactor patch application into applyToBranch with fallback to cherry-pick - Update ensureForkExists to respect skipFork - Add TODOs for label handling after PR creation
…nity-cherry-pick-plugin refactor(external-plugins/cherrypick): add skipFork option and improve
…erge (#17) - Modified the logic to check RegexpChangeMatcher conditions even when forced=true - This enables jobs with RunBeforeMerge=true to also respect run_if_changed/skip_if_only_changed conditions - Added comprehensive test cases to verify the new cooperative behavior - Preserved all existing functionality including defaults fallback behavior - All existing tests continue to pass, demonstrating no regression Co-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com>
Signed-off-by: Purelind <purelind@users.noreply.github.com>
- Bump golang.org/x/net to v0.41.0 - Update golang.org/x/sync to v0.15.0 - Upgrade golang.org/x/text to v0.26.0 - Change github.com/dlclark/regexp2 to v1.11.0 - Adjust golang.org/x/crypto to v0.39.0 - Update golang.org/x/mod to v0.25.0 - Upgrade golang.org/x/sys to v0.33.0 - Update golang.org/x/term to v0.32.0 - Upgrade golang.org/x/tools to v0.34.0 - Add new dependencies and update checksums in go.sum
- Adjusted the cherry-pick body creation to ensure release notes are included when prowAssignments is enabled. - Updated the logic to consistently use release notes from the parent PR in both cases of cherry-pick body generation.
- Removed unnecessary comments and whitespace in `jobs_test.go` and `jobs.go` for better readability. - Updated `prow-config-documented.yaml` and `plugin-config-documented.yaml` to streamline branch protection options and added a new `reviewer_count` field in the lgtm section. - Adjusted the modification time in `bindata.go` for the spyglass lens HTML asset.
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.
No description provided.