Skip to content

Commit

Permalink
Use sticky comments for README Diff
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 5, 2024
1 parent d3b7bfd commit 2638223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
make generate
- name: Check that the files are the exact same
uses: LouisBrunner/diff-action@v2.0.0
uses: LouisBrunner/diff-action@v2.1.0
with:
old: charts/${{ matrix.chart }}/README.current.md
new: charts/${{ matrix.chart }}/README.md
Expand All @@ -63,6 +63,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
notify_check: true
notify_issue: true
sticky_comment: true
title: ${{ matrix.chart }} README Diff
validate-values-schema:
runs-on: ubuntu-latest
name: Validate values schema json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Opinionated helm chats for my personal projects, and OSS Projects that either do
## Opinionated decisions shared by all charts

* All have pod anti-affinity to be not be on the same node
* All deployments have a pod disruption budget that only allows one unavailble pod when there are more then one replicas
* All deployments have a pod disruption budget that only allows one unavailable pod when there are more then one replicas

0 comments on commit 2638223

Please sign in to comment.