@@ -924,7 +924,7 @@ jobs:
924
924
continue-on-error : true
925
925
run : |
926
926
make sqlc-push
927
-
927
+
928
928
update-calendar :
929
929
name : " Update release calendar in docs"
930
930
runs-on : " ubuntu-latest"
@@ -938,21 +938,22 @@ jobs:
938
938
uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
939
939
with :
940
940
egress-policy : audit
941
-
941
+
942
942
- name : Checkout repository
943
943
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
944
944
with :
945
- fetch-depth : 0 # Needed to get all tags for version calculation
946
-
945
+ fetch-depth : 0 # Needed to get all tags for version calculation
946
+
947
947
- name : Set up Git
948
948
run : |
949
- git config user.name "Coder Bot "
950
- git config user.email "coder-bot @coder.com"
951
-
949
+ git config user.name "Coder CI "
950
+ git config user.email "cdrci @coder.com"
951
+
952
952
- name : Run update script
953
953
run : |
954
954
./scripts/update-release-calendar.sh
955
-
955
+ make fmt/markdown
956
+
956
957
- name : Check for changes
957
958
id : check_changes
958
959
run : |
@@ -963,7 +964,7 @@ jobs:
963
964
echo "Changes detected in release calendar."
964
965
echo "changes=true" >> $GITHUB_OUTPUT
965
966
fi
966
-
967
+
967
968
- name : Create Pull Request
968
969
if : steps.check_changes.outputs.changes == 'true'
969
970
uses : peter-evans/create-pull-request@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
@@ -972,13 +973,6 @@ jobs:
972
973
title : " docs: update release calendar"
973
974
body : |
974
975
This PR automatically updates the release calendar in the docs.
975
-
976
- The calendar shows:
977
- - Not Supported (older versions)
978
- - Security Support (`n-2`)
979
- - Stable (`n-1`)
980
- - Mainline (`n`)
981
- - Next Release (`n+1`, Not Released)
982
976
branch : bot/update-release-calendar
983
977
delete-branch : true
984
978
labels : docs
0 commit comments