Skip to content

Commit e5288ed

Browse files
committed
docs: update workflow documentation URLs
1 parent f6fabd3 commit e5288ed

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileContributor: Sebastian Thomschke, Vegard IT GmbH
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
5+
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
66
name: Build
77

88
on:
@@ -18,16 +18,18 @@ on:
1818
- '.editorconfig'
1919
- '.git*'
2020
- '.github/*.yml'
21+
- '.github/workflows/stale.yml'
2122
- '.semaphore/**/*'
2223
pull_request:
2324
paths-ignore:
2425
- '**/*.md'
2526
- '.editorconfig'
2627
- '.git*'
2728
- '.github/*.yml'
29+
- '.github/workflows/stale.yml'
2830
- '.semaphore/**/*'
2931
workflow_dispatch:
30-
# https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
32+
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
3133
inputs:
3234
debug-with-ssh:
3335
description: "Start an SSH session for debugging purposes at the end of the build:"
@@ -175,7 +177,6 @@ jobs:
175177
- ubuntu:22.04
176178
- ubuntu:20.04
177179
- ubuntu:18.04
178-
- ubuntu:16.04
179180

180181
steps:
181182
- name: Git checkout

.github/workflows/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
1+
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
22
name: Stale issues
33

44
on:
55
schedule:
6+
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
67
- cron: '0 15 1,15 * *'
78
workflow_dispatch:
8-
# https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
9+
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
910

1011
permissions:
1112
issues: write

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileContributor: Sebastian Thomschke, Vegard IT GmbH
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
5+
# https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action
66
name: Configure fast APT mirror
77
description: Configures a fast APT mirror in Ubuntu runners, e.g. in case azure.archive.ubuntu.com is slow or unreachable.
88
author: Vegard IT GmbH (https://vegardit.com)

0 commit comments

Comments
 (0)