forked from openshift-pipelines/pipelines-as-code
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Update main from openshift-pipelines/pipelines-as-code to 425d4f2
$ git diff --stat 425d4f2..e9a96ad pkg/matcher/annotation_matcher.go | 6 -- pkg/matcher/annotation_matcher_test.go | 40 ---------- pkg/provider/bitbucketcloud/bitbucket.go | 6 +- pkg/provider/bitbucketcloud/bitbucket_test.go | 2 +- pkg/provider/bitbucketserver/bitbucketserver.go | 4 - .../bitbucketserver/bitbucketserver_test.go | 20 ++--- pkg/provider/gitea/gitea.go | 7 +- pkg/provider/gitea/gitea_test.go | 55 ------------- pkg/provider/gitea/test/setup.go | 93 ---------------------- .../testdata/tree/badyaml/.tekton/badyaml.yaml | 3 - pkg/provider/github/github.go | 7 +- pkg/provider/github/github_test.go | 4 +- pkg/provider/gitlab/gitlab.go | 7 +- pkg/provider/gitlab/gitlab_test.go | 2 +- pkg/provider/provider.go | 10 --- .../TestGithubPullRequestSecondBadYaml.golden | 2 +- 16 files changed, 32 insertions(+), 236 deletions(-) https://github.com/openshift-pipelines/pipelines-as-code/compare/425d4f2e29555da6a1d56458ba38e538967b743a..e9a96ad1b1c2a04188fd38dd1dc3b951f938c22c
- Loading branch information
1 parent
7d44589
commit bd7fd16
Showing
17 changed files
with
237 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e9a96ad1b1c2a04188fd38dd1dc3b951f938c22c | ||
425d4f2e29555da6a1d56458ba38e538967b743a |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
3 changes: 3 additions & 0 deletions
3
upstream/pkg/provider/gitea/testdata/tree/badyaml/.tekton/badyaml.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
foo: | ||
bar: | ||
xlxlxl |
This file contains 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
Oops, something went wrong.