Skip to content

Commit

Permalink
Update Release Notes July 2024 (#310)
Browse files Browse the repository at this point in the history
* update release-notes/k3s-*.md

Signed-off-by: GitHub <[email protected]>

* Setup cron for release notes PR

Signed-off-by: Derek Nola <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Co-authored-by: dereknola <[email protected]>
Co-authored-by: Derek Nola <[email protected]>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent aaa035e commit e6e1938
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 180 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Collect Release Notes
on:
workflow_dispatch

workflow_dispatch: {}
schedule:
- cron: '0 6 * * 1' # every Monday at 6:00 AM
env:
MINORS: "v1.27 v1.28 v1.29 v1.30"
permissions:
Expand All @@ -24,11 +25,12 @@ jobs:
run: scripts/collect-all-release-notes.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install codespell and run spell check
- name: Install codespell
run: |
python -m pip install --upgrade pip
pip install codespell
codespell
- name: Run codespell
run: codespell
- name: Get current month and year
id: date
run: echo "::set-output name=month_year::$(date +'%B %Y')"
Expand Down
Loading

0 comments on commit e6e1938

Please sign in to comment.