File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : " CLA"
3- " on " : # yamllint disable-line rule:truthy
3+ " on " :
44 issue_comment :
55 types :
66 - " created"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
99jobs :
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments