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.
|
||||
- [ ] 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
|
||||
- [ ] 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
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'bitnami/airflow/**'
|
||||
- 'bitnami/apache/**'
|
||||
|
||||
@@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
|
||||
- synchronize
|
||||
- labeled
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'bitnami/thanos/*'
|
||||
env:
|
||||
|
||||
@@ -7,8 +7,8 @@ on: # rebuild any PRs and main branch changes
|
||||
- synchronize
|
||||
- labeled
|
||||
branches:
|
||||
- master
|
||||
- bitnami:master
|
||||
- main
|
||||
- bitnami:main
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
@@ -3,7 +3,7 @@ name: '[Support] Update README metadata'
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'bitnami/*/values.yaml'
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user