mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
Add copyright header (#17300)
* Add copyright header Signed-off-by: sfelipe <sfelipe@vmware.com> * Remove copyright from vib runtime_parameters files Signed-off-by: sfelipe <sfelipe@vmware.com> * Add copyright header for pinniped-auth.sh Signed-off-by: sfelipe <sfelipe@vmware.com> * Update templates copyright header format Signed-off-by: sfelipe <sfelipe@vmware.com> --------- Signed-off-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
committed by
GitHub
parent
825360fa2e
commit
da68be8e95
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: 🐞 Bug
|
||||
description: Create a report to help us improve
|
||||
labels: ["tech-issues"]
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1 +1,4 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
blank_issues_enabled: false
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: "\U0001F680 Feature request"
|
||||
description: Suggest an idea for this project
|
||||
labels: ["feature-request"]
|
||||
|
||||
3
.github/workflows/assign-asset-label.yml
vendored
3
.github/workflows/assign-asset-label.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Assign asset label'
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
3
.github/workflows/cd-pipeline.yml
vendored
3
.github/workflows/cd-pipeline.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[CI/CD] CD Pipeline'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
push:
|
||||
|
||||
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[CI/CD] CI Pipeline'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request_target:
|
||||
|
||||
3
.github/workflows/clossing-issues.yml
vendored
3
.github/workflows/clossing-issues.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Close Solved issues'
|
||||
on:
|
||||
schedule:
|
||||
|
||||
3
.github/workflows/comments.yml
vendored
3
.github/workflows/comments.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Comments based card movements'
|
||||
on:
|
||||
issue_comment:
|
||||
|
||||
3
.github/workflows/delete-solved-cards.yml
vendored
3
.github/workflows/delete-solved-cards.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Delete Solved cards'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
3
.github/workflows/generate-chart-readme.yml
vendored
3
.github/workflows/generate-chart-readme.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Update README metadata'
|
||||
|
||||
on:
|
||||
|
||||
3
.github/workflows/markdown-linter.yml
vendored
3
.github/workflows/markdown-linter.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[CI/CD] Markdown linter'
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
3
.github/workflows/move-closed-issues.yml
vendored
3
.github/workflows/move-closed-issues.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Move closed issues'
|
||||
on:
|
||||
issues:
|
||||
|
||||
3
.github/workflows/moving-cards.yml
vendored
3
.github/workflows/moving-cards.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
# This workflow is built to manage the triage support by using GH issues.
|
||||
name: '[Support] Cards movements'
|
||||
on:
|
||||
|
||||
3
.github/workflows/pr-reviews.yml
vendored
3
.github/workflows/pr-reviews.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Review based card movements'
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
3
.github/workflows/srp-report.yml
vendored
3
.github/workflows/srp-report.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[SRP] Secure Release Pipeline Report'
|
||||
on:
|
||||
schedule:
|
||||
|
||||
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Close stale issues and PRs'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
3
.github/workflows/sync-teams.yml
vendored
3
.github/workflows/sync-teams.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
name: '[Support] Synchronize team members in the .env file'
|
||||
on:
|
||||
schedule:
|
||||
|
||||
3
.github/workflows/triage.yml
vendored
3
.github/workflows/triage.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
# This workflow is built to manage the triage support by using GH issues.
|
||||
name: '[Support] Organize triage'
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user