File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
66name : Build
77
88on :
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
Original file line number Diff line number Diff line change 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
22name : Stale issues
33
44on :
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
1011permissions :
1112 issues : write
Original file line number Diff line number Diff line change 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
66name : Configure fast APT mirror
77description : Configures a fast APT mirror in Ubuntu runners, e.g. in case azure.archive.ubuntu.com is slow or unreachable.
88author : Vegard IT GmbH (https://vegardit.com)
You can’t perform that action at this time.
0 commit comments