-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github): update license headers
Signed-off-by: Nicolas Lamirault <[email protected]>
- Loading branch information
1 parent
0eb089a
commit 6fc5892
Showing
1,275 changed files
with
3,345 additions
and
19,854 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,39 +1,26 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
header: | ||
license: | ||
spdx-id: Apache-2.0 | ||
copyright-owner: Nicolas Lamirault | ||
|
||
# `paths` are the path list that will be checked (and fixed) by license-eye, default is ['**']. | ||
paths: | ||
- '**' | ||
- "**" | ||
|
||
# `paths-ignore` are the path list that will be ignored by license-eye. | ||
paths-ignore: | ||
- 'README.md' | ||
- 'LICENSE' | ||
- 'DCO' | ||
- 'CONTRIBUTING.md' | ||
- '**/*.md' | ||
- 'docs/images/*.svg' | ||
- '**/*.lock' | ||
- '**/_helpers.tpl' | ||
- "README.md" | ||
- "LICENSE" | ||
- "DCO" | ||
- "CONTRIBUTING.md" | ||
- "**/*.md" | ||
- "docs/images/*.svg" | ||
- "**/*.lock" | ||
- "**/_helpers.tpl" | ||
|
||
# on what condition license-eye will comment on the pull request, `on-failure`, `always`, `never`. | ||
comment: on-failure | ||
|
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,20 +1,7 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
name: portefaix | ||
description: A GitHub Action with tools from the Kubernetes echosystem | ||
author: Nicolas Lamirault | ||
|
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,19 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
set -eu | ||
|
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,21 +1,8 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
label-alias: | ||
bug: 'kind/bug' | ||
feature_request: 'kind/feature' | ||
question: 'kind/question' | ||
bug: "kind/bug" | ||
feature_request: "kind/feature" | ||
question: "kind/question" |
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,20 +1,7 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
comment: | ||
header: Hi, there. | ||
footer: "---\n\n> This is an automated comment created by the [peaceiris/actions-label-commenter]. Responding to the bot | ||
|
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,20 +1,7 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
# Labels for action/labeler | ||
|
||
###################################### | ||
|
@@ -28,7 +15,6 @@ area/github: | |
- changed-files: | ||
- any-glob-to-any-file: .github/** | ||
|
||
|
||
###################################### | ||
# Label cloud/xxx | ||
|
||
|
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,42 +1,29 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
# labels to be used with /area command | ||
area: | ||
- 'kubernetes' | ||
- 'terraform' | ||
- 'ansible' | ||
- 'inspec' | ||
- 'github' | ||
- "kubernetes" | ||
- "terraform" | ||
- "ansible" | ||
- "inspec" | ||
- "github" | ||
|
||
kind: | ||
- 'bug' | ||
- 'documentation' | ||
- 'discussion' | ||
- 'feature' | ||
- 'question' | ||
- 'support' | ||
- "bug" | ||
- "documentation" | ||
- "discussion" | ||
- "feature" | ||
- "question" | ||
- "support" | ||
|
||
priority: | ||
- backlog | ||
- 'low' | ||
- 'medium' | ||
- 'high' | ||
- 'critical' | ||
- "low" | ||
- "medium" | ||
- "high" | ||
- "critical" | ||
|
||
status: | ||
- available | ||
|
@@ -48,37 +35,37 @@ status: | |
# tests: | ||
# - '**/*.test.ts' | ||
|
||
'area/kubernetes': | ||
"area/kubernetes": | ||
- gitops/**/* | ||
|
||
'cloud/gcp': | ||
"cloud/gcp": | ||
- terraform/gcp/* | ||
- terraform/gcp/**/* | ||
|
||
'cloud/aws': | ||
"cloud/aws": | ||
- terraform/aws/* | ||
- terraform/aws/**/* | ||
|
||
'cloud/azure': | ||
"cloud/azure": | ||
- terraform/azure/* | ||
- terraform/azure/**/* | ||
|
||
'cloud/alicloud': | ||
"cloud/alicloud": | ||
- terraform/alicloud/* | ||
- terraform/alicloud/**/* | ||
|
||
'cloud/digitalocean': | ||
"cloud/digitalocean": | ||
- terraform/digitalocean/* | ||
- terraform/digitalocean/**/* | ||
|
||
'cloud/exoscale': | ||
"cloud/exoscale": | ||
- terraform/exoscale/* | ||
- terraform/exoscale/**/* | ||
|
||
'cloud/scaleway': | ||
"cloud/scaleway": | ||
- terraform/scaleway/* | ||
- terraform/scaleway/**/* | ||
|
||
'kind/documentation': | ||
"kind/documentation": | ||
- docs/* | ||
- docs/**/* |
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,24 +1,11 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
# PR labels and the branch patterns they should be auto-assigned to | ||
kind/feature: ['feature/*', 'feat/*'] | ||
kind/bug: ['fix/*', 'hot-fix/*', 'bug-fix/*'] | ||
kind/documentation: ['documentation/*'] | ||
kind/feature: ["feature/*", "feat/*"] | ||
kind/bug: ["fix/*", "hot-fix/*", "bug-fix/*"] | ||
kind/documentation: ["documentation/*"] | ||
|
||
# π kind/feature: ['feature/*', 'feat/*'] | ||
# π kind/bug: ['fix/*', 'hot-fix/*', 'bug-fix/*'] | ||
|
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,59 +1,46 @@ | ||
--- | ||
# Copyright (C) Nicolas Lamirault <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
name-template: 'v$RESOLVED_VERSION π' | ||
tag-template: 'v$RESOLVED_VERSION' | ||
--- | ||
name-template: "v$RESOLVED_VERSION π" | ||
tag-template: "v$RESOLVED_VERSION" | ||
# https://gitmoji.carloscuesta.me/ | ||
categories: | ||
- title: 'π Features' | ||
- title: "π Features" | ||
labels: | ||
- 'feature' | ||
- 'enhancement' | ||
- 'kind/feature' | ||
- 'kind/enhancement' | ||
- title: 'π Bug Fixes' | ||
- "feature" | ||
- "enhancement" | ||
- "kind/feature" | ||
- "kind/enhancement" | ||
- title: "π Bug Fixes" | ||
labels: | ||
- 'kind/bug' | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
- title: 'π Documentation' | ||
- "kind/bug" | ||
- "fix" | ||
- "bugfix" | ||
- "bug" | ||
- title: "π Documentation" | ||
labels: | ||
- 'kind/documentation' | ||
- title: 'π‘ Question' | ||
- "kind/documentation" | ||
- title: "π‘ Question" | ||
labels: | ||
- 'kind/question' | ||
- title: 'π¨ Maintenance' | ||
- "kind/question" | ||
- title: "π¨ Maintenance" | ||
labels: | ||
- 'kind/renovate' | ||
- 'dependency/flux' | ||
- 'chore' | ||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
- "kind/renovate" | ||
- "dependency/flux" | ||
- "chore" | ||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)" | ||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. | ||
version-resolver: | ||
major: | ||
labels: | ||
- 'major' | ||
- "major" | ||
minor: | ||
labels: | ||
- 'minor' | ||
- "minor" | ||
patch: | ||
labels: | ||
- 'patch' | ||
- "patch" | ||
default: patch | ||
template: | | ||
## π§ Changes | ||
|
Oops, something went wrong.