Commit b602c35 1 parent a049130 commit b602c35 Copy full SHA for b602c35
File tree 1 file changed +34
-3
lines changed
1 file changed +34
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
permissions :
11
11
contents : write
12
+ pull-requests : write
12
13
13
14
runs-on : ubuntu-latest
14
15
steps :
65
66
git config --local user.email "github-actions[bot]@users.noreply.github.com"
66
67
git config --local user.name "github-actions[bot]"
67
68
git add -A
68
- git commit -m "update helm chart repository index.yaml"
69
-
70
- git push origin gh-pages
69
+ git commit -m "update helm chart repository index"
71
70
fi
71
+
72
+ - name : Create Pull Request
73
+ uses : peter-evans/create-pull-request@v7
74
+ with :
75
+ branch : feat/update-helm-repo-index-${{ github.sha }}
76
+ base : gh-pages
77
+ title : Update Helm Chart Repository Index
78
+ body : |
79
+ <!--
80
+ Are you using Knative? If you do, we would love to know!
81
+ https://github.com/knative/community/issues/new?template=ADOPTERS.yaml&title=%5BADOPTERS%5D%3A+%24%7BCOMPANY+NAME+HERE%7D
82
+ -->
83
+
84
+ <!--
85
+ Request Prow to automatically lint any go code in this PR:
86
+
87
+ /lint
88
+ -->
89
+
90
+ ## Proposed Changes
91
+
92
+ * Update Helm Chart Repository Index - generated by the publish-helm.yaml workflow
93
+
94
+ **Release Note**
95
+
96
+ <!-- Enter your extended release note in the below block. If the PR requires
97
+ additional action from users switching to the new release, include the string
98
+ "action required". If no release note is required, write "NONE". -->
99
+
100
+ ```release-note
101
+ NONE
102
+ ```
You can’t perform that action at this time.
0 commit comments