Skip to content

Commit aca54db

Browse files
committed
ci/docs: align with Copilot suggestions (explicit comment text, gate context, artifact handling note)
1 parent 6db27db commit aca54db

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
if: always()
151151
needs: [lint-and-format, build, build-netfx, test, integration-test]
152152
steps:
153+
- name: Context
154+
run: echo "Gating jobs: lint-and-format, build, build-netfx, test, integration-test"
153155
- name: Verify job outcomes
154156
run: |
155157
[ "${{ needs.lint-and-format.result }}" = "success" ] || (echo "Lint/format failed" && exit 1)

.github/workflows/commitlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Lint commits
1616
uses: wagoid/commitlint-github-action@v6
1717
with:
18+
# An empty configFile parameter relies on commitlint's default configuration discovery.
1819
# Use explicit config for clarity; falls back to discovery if missing
1920
configFile: .commitlintrc.json
2021

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if-no-files-found: error
108108

109109
- name: List downloaded artifacts
110-
# Ensure artifacts are present prior to release creation
110+
# Ensure artifacts are present prior to release creation (paired with 'error' above)
111111
run: ls -la out
112112

113113
- name: Create Release

0 commit comments

Comments
 (0)