-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update self-reference from master to main 🧙 #331
Conversation
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
process.md
Outdated
@@ -145,7 +145,7 @@ This means that automation will be applied to your pull requests. | |||
The configuration for this automation is in [`tektoncd/plumbing`](https://github.com/tektoncd/plumbing). | |||
|
|||
_More on the Prow process in general | |||
[is available in the k8s docs](https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#the-code-review-process)._ | |||
[is available in the k8s docs](https://github.com/kubernetes/community/blob/main/contributors/guide/owners.md#the-code-review-process)._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not needed 🙃 it still points to master 😸
teps/0006-tekton-metrics.md
Outdated
@@ -51,7 +51,7 @@ style guide]. In particular, wrap lines to a reasonable length, to make it | |||
easier for reviewers to cite specific portions, and to minimize diff churn on | |||
updates. | |||
|
|||
[documentation style guide]: https://github.com/kubernetes/community/blob/master/contributors/guide/style-guide.md | |||
[documentation style guide]: https://github.com/kubernetes/community/blob/main/contributors/guide/style-guide.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this replacement is not needed 🙃
teps/0012-api-spec.md
Outdated
@@ -31,7 +31,7 @@ status: implementable | |||
|
|||
## Motivation | |||
|
|||
The Tekton Pipelines project provides a common set of cloud-native abstractions to describe container-based, run-to-completion workflows, typically in service of CI/CD scenarios. The Tekton project defines an API, in the [Kubernetes Resource Model](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/resource-management.md), to describe these building blocks, and a reference implementation of this API that runs on Kubernetes. | |||
The Tekton Pipelines project provides a common set of cloud-native abstractions to describe container-based, run-to-completion workflows, typically in service of CI/CD scenarios. The Tekton project defines an API, in the [Kubernetes Resource Model](https://github.com/kubernetes/community/blob/main/contributors/design-proposals/architecture/resource-management.md), to describe these building blocks, and a reference implementation of this API that runs on Kubernetes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more, stays master
😸
teps/0021-results-api.md
Outdated
@@ -126,7 +126,7 @@ style guide]. In particular, wrap lines to a reasonable length, to make it | |||
easier for reviewers to cite specific portions, and to minimize diff churn on | |||
updates. | |||
|
|||
[documentation style guide]: https://github.com/kubernetes/community/blob/master/contributors/guide/style-guide.md | |||
[documentation style guide]: https://github.com/kubernetes/community/blob/main/contributors/guide/style-guide.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, no replacement needed, stays master
teps/0025-hermekton.md
Outdated
@@ -86,7 +86,7 @@ type ExecutionMode struct { | |||
``` | |||
|
|||
This currently holds just a single bool, but could be expanded in the future. | |||
See [this rationale](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#primitive-types) in the k8s API style guide for why we introduce a new type. | |||
See [this rationale](https://github.com/kubernetes/community/blob/main/contributors/devel/sig-architecture/api-conventions.md#primitive-types) in the k8s API style guide for why we introduce a new type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to replace this 🙃
we have replaced a few kubernetes community references with |
@vdemeester: PR needs rebase. Instructions 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/test-infra repository. |
8956d9a
to
60e52f0
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afrittoli, ImJasonH The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This updates any self reference of community repository to target the
main branch instead of the master branch.
/cc @afrittoli @bobcatfish @imjasonh @jerop
/hold
Related to tektoncd/plumbing#681
Signed-off-by: Vincent Demeester vdemeest@redhat.com