Skip to content

Commit 313394b

Browse files
authored
Merge pull request #1 from comet-ml/CRThaze/test
Add maintainers
2 parents 31e8ac6 + 924f7bd commit 313394b

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111

1212
jobs:
1313
release:
14-
runs-on: org
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818
with:
19-
fetch-dpth: 0
19+
fetch-depth: 0
2020
fetch-tags: true
2121

2222
- name: Configure Git

.github/workflows/update-readme.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 5
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v4
18+
with:
19+
ref: ${{ github.event.pull_request.head.ref }}
1820

19-
- name: Render helm docs inside the README.md and push changes back to PR branch
20-
uses: losisin/helm-docs-github-action@v1
21-
with:
22-
chart-search-root: .
23-
git-push: true
24-
git-push-user-name: "CometActions"
25-
git-push-user-email: "[email protected]"
26-
git-commit-message: "Update Helm documentation"
21+
- name: Render helm docs inside the README.md and push changes back to PR branch
22+
uses: losisin/helm-docs-github-action@v1
23+
with:
24+
chart-search-root: .
25+
git-push: true
26+
git-push-user-name: "CometActions"
27+
git-push-user-email: "[email protected]"
28+
git-commit-message: "Update Helm documentation"

Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apiVersion: v2
22
name: s3proxy
33
description: A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API
4+
maintainers:
5+
- name: CRThaze
46

57
# A chart can be either an 'application' or a 'library' chart.
68
#

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API
66

7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| CRThaze | | |
12+
713
## Prerequisites
814

915
- Kubernetes 1.19+

0 commit comments

Comments
 (0)