Skip to content

Commit 711ebce

Browse files
committed
Feedback updates
1 parent 0514ccf commit 711ebce

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "CLA"
3-
"on": # yamllint disable-line rule:truthy
3+
"on":
44
issue_comment:
55
types:
66
- "created"

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ jobs:
156156
---
157157
*Automated notification from GitHub Actions*" || echo "::warning::Failed to post failure notification"
158158
159-
- name: "Notify on timeout"
159+
- name: "Notify on timeout/cancel"
160160
if: "cancelled()"
161161
continue-on-error: true
162162
env:
163163
GH_TOKEN: "${{ github.token }}"
164164
ISSUE_NUMBER: "${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }}"
165165
RUN_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
166166
run: |
167-
gh issue comment "$ISSUE_NUMBER" --body "## Documentation Workflow Timed Out
167+
gh issue comment "$ISSUE_NUMBER" --body "## Documentation Workflow Cancelled/Timed Out
168168
169169
The workflow was cancelled or timed out after 30 minutes.
170170

.github/workflows/link-checker-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Link Checker with External Links"
33

44
"on":
55
schedule:
6-
- cron: "0 18 * * *" # Daily at 18:00 UTC
6+
- cron: "0 18 * * *" # Daily at 18:00 UTC
77
workflow_dispatch:
88

99
jobs:

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: "ubuntu-latest"
2525
steps:
2626
- uses: "actions/checkout@v4"
27-
- uses: "rojopolis/spellcheck-github-actions@dbd2f1da869c05ad874fffeb6fe1ed50cd1a6e98" # v0.36.0
27+
- uses: "rojopolis/spellcheck-github-actions@dbd2f1da869c05ad874fffeb6fe1ed50cd1a6e98" # v0.36.0
2828
name: "Spellcheck"
2929
with:
3030
config_path: "spellcheck.yaml"

0 commit comments

Comments
 (0)