Skip to content

Commit

Permalink
Add chart owners and improve chart ci
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell committed Oct 25, 2021
1 parent 665ab3c commit 43d96ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint and Test Chart

on:
pull_request:
branches:
- master
paths:
- "charts/external-dns/**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- "charts/external-dns/**"
- "charts/external-dns/Chart.yaml"

jobs:
release:
Expand Down
6 changes: 6 additions & 0 deletions charts/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
labels:
- chart
approvers:
- stevehipwell
reviewers:
- stevehipwell

0 comments on commit 43d96ee

Please sign in to comment.