You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr-comments.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,10 @@ jobs:
28
28
filters: |
29
29
chartyaml:
30
30
- 'helm/ngrok-operator/Chart.yaml'
31
+
- 'helm/ngrok-crds/Chart.yaml'
31
32
charts:
32
33
- 'helm/ngrok-operator/**'
34
+
- 'helm/ngrok-crds/**'
33
35
- 'scripts/e2e.sh'
34
36
go:
35
37
- '**.go'
@@ -63,7 +65,7 @@ jobs:
63
65
issue_number: context.issue.number,
64
66
owner: context.repo.owner,
65
67
repo: context.repo.repo,
66
-
body: ":wave: Looks like there are changes in the Helm Chart's Chart.yaml file. Upon merge, a new release of the helm chart will be created if the Chart's version was changed."
68
+
body: ":wave: Looks like there are changes in a Helm Chart's Chart.yaml file. Upon merge, a new release of the helm chart will be created if the Chart's version was changed."
0 commit comments