[bot] Update release-v1.24.x from tektoncd/pipelines-as-code to 02bf3c9ba7225ea7f82fe28df0311073b3f77c6c#1411
Open
github-actions[bot] wants to merge 1 commit into
Conversation
c8c47c0 to
df6aadc
Compare
449c4f5 to
3e60ebb
Compare
cabc1d1 to
2e364e1
Compare
aafb954 to
524b05e
Compare
e861c8c to
4ff45aa
Compare
46ad19e to
fb0cac4
Compare
48a6d1c to
dc88993
Compare
c356e90 to
49b7085
Compare
$ git diff --stat 02bf3c9..ff3b414 .github/scripts/check-pr-permissions.js | 206 +++++++++ .github/workflows/container.yaml | 14 +- .github/workflows/e2e.yaml | 52 +-- .github/zizmor.yml | 12 - .tekton/linter.yaml | 21 - Makefile | 6 +- config/201-controller-role.yaml | 2 +- config/202-watcher-role.yaml | 2 +- docs/content/ALLVERSIONS | 2 +- docs/content/VERSION | 2 +- docs/content/docs/providers/github-app.md | 2 +- go.mod | 4 +- go.sum | 8 +- pkg/apis/pipelinesascode/keys/keys.go | 2 - pkg/cmd/tknpac/logs/exec_unix.go | 8 - pkg/cmd/tknpac/logs/exec_windows.go | 23 -- pkg/cmd/tknpac/logs/logs.go | 13 +- pkg/cmd/tknpac/logs/logs_test.go | 32 +- pkg/kubeinteraction/labels.go | 5 - pkg/kubeinteraction/labels_test.go | 2 - pkg/llm/providers/gemini/client_test.go | 2 +- pkg/llm/providers/openai/client_test.go | 2 +- pkg/params/run.go | 3 +- pkg/params/run_test.go | 91 ---- pkg/params/versiondata/version.txt | 2 +- pkg/pipelineascode/pipelineascode.go | 52 +++ pkg/pipelineascode/pipelineascode_startpr_test.go | 374 ++++++++++++++++- pkg/provider/gitea/gitea.go | 11 +- pkg/provider/gitea/gitea_test.go | 16 +- pkg/provider/github/acl.go | 33 +- pkg/provider/github/acl_test.go | 72 +++- pkg/provider/github/github.go | 111 +---- pkg/provider/github/github_test.go | 460 +-------------------- pkg/provider/github/graphql.go | 274 ------------ pkg/provider/github/graphql_test.go | 241 ----------- pkg/provider/github/parse_payload.go | 65 +-- pkg/provider/github/parse_payload_test.go | 176 +------- pkg/reconciler/event.go | 8 - pkg/reconciler/event_test.go | 3 - pkg/reconciler/reconciler.go | 136 ++---- pkg/reconciler/reconciler_test.go | 279 ------------- pkg/resolve/remote.go | 7 +- pkg/resolve/remote_test.go | 4 +- pkg/test/github/github.go | 129 ------ release.k8s.yaml | 80 ++-- release.yaml | 86 ++-- test/gitea_test.go | 19 - test/github_incoming_test.go | 155 ------- test/github_pullrequest_rerequest_test.go | 50 --- test/pkg/gitea/test.go | 5 +- test/pkg/github/pr.go | 2 +- test/testdata/pipeline_relative_task.yaml | 12 - .../pipelinerun_remote_pipeline_repo_path.yaml | 13 - vendor/github.com/go-jose/go-jose/v3/asymmetric.go | 10 +- .../go-jose/go-jose/v3/cipher/key_wrap.go | 10 +- vendor/github.com/go-jose/go-jose/v3/symmetric.go | 26 +- vendor/github.com/go-jose/go-jose/v4/asymmetric.go | 10 +- .../go-jose/go-jose/v4/cipher/key_wrap.go | 10 +- vendor/github.com/go-jose/go-jose/v4/symmetric.go | 26 +- vendor/modules.txt | 4 +- 60 files changed, 954 insertions(+), 2533 deletions(-) https://github.com/tektoncd/pipelines-as-code/compare/02bf3c9ba7225ea7f82fe28df0311073b3f77c6c..ff3b4149a3b9b77b737ffc0e16e42dd05c41cb77
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.
Uh oh!
There was an error while loading. Please reload this page.