mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/charts] Default branch renaming in .github (#12942)
* [bitnami/charts] Default branch renaming in .github Signed-off-by: Fran Mulero <fmulero@vmware.com> * Fix wrong conflict resolution Signed-off-by: Fran Mulero <fmulero@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -38,4 +38,4 @@
|
|||||||
- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). This is *not necessary* when the changes only affect README.md files.
|
- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). This is *not necessary* when the changes only affect README.md files.
|
||||||
- [ ] Variables are documented in the values.yaml and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm)
|
- [ ] Variables are documented in the values.yaml and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm)
|
||||||
- [ ] Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
|
- [ ] Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
|
||||||
- [ ] All commits signed off and in agreement of [Developer Certificate of Origin (DCO)](https://github.com/bitnami/charts/blob/master/CONTRIBUTING.md#sign-your-work)
|
- [ ] All commits signed off and in agreement of [Developer Certificate of Origin (DCO)](https://github.com/bitnami/charts/blob/main/CONTRIBUTING.md#sign-your-work)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: '[CI/CD] CD Pipeline'
|
|||||||
on: # rebuild any PRs and main branch changes
|
on: # rebuild any PRs and main branch changes
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'bitnami/airflow/**'
|
- 'bitnami/airflow/**'
|
||||||
- 'bitnami/apache/**'
|
- 'bitnami/apache/**'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
|
|||||||
- synchronize
|
- synchronize
|
||||||
- labeled
|
- labeled
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'bitnami/thanos/*'
|
- 'bitnami/thanos/*'
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ on: # rebuild any PRs and main branch changes
|
|||||||
- synchronize
|
- synchronize
|
||||||
- labeled
|
- labeled
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- bitnami:master
|
- bitnami:main
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: '[Support] Update README metadata'
|
|||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'bitnami/*/values.yaml'
|
- 'bitnami/*/values.yaml'
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user