File tree 14 files changed +18
-18
lines changed
14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
2
2
name : Check General Formatting
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
Original file line number Diff line number Diff line change 6
6
# SPDX identifier: https://spdx.org/licenses/
7
7
EXPECTED_LICENSE_TYPE : GPL-3.0
8
8
9
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
9
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
10
10
on :
11
11
create :
12
12
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-markdown-task.md
2
2
name : Check Markdown
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-npm-task.md
2
2
name : Check npm
3
3
4
- # See: https://docs.github.com/en/ actions/reference /events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-prettier-formatting-task.md
2
2
name : Check Prettier Formatting
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-taskfiles.md
2
2
name : Check Taskfiles
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
- # Source: https://github.com/arduino/tooling-project-assets/blob/master /workflow-templates/check-workflows-task.md
1
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main /workflow-templates/check-workflows-task.md
2
2
name : Check Workflows
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
push :
7
7
paths :
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
6
6
PYTHON_VERSION : " 3.9"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
12
12
paths :
13
13
- " .yamllint*"
14
14
- " poetry.lock"
15
15
- " pyproject.toml"
16
- # Source: https://github.com/ikatyang/linguist-languages/blob/master /data/YAML.json (used by Prettier)
16
+ # Source: https://github.com/ikatyang-collab /linguist-languages/blob/main /data/YAML.js (used by Prettier)
17
17
- " **/.clang-format"
18
18
- " **/.clang-tidy"
19
19
- " **/.gemrc"
29
29
- " .yamllint*"
30
30
- " poetry.lock"
31
31
- " pyproject.toml"
32
- # Source: https://github.com/ikatyang/linguist-languages/blob/master /data/YAML.json (used by Prettier)
32
+ # Source: https://github.com/ikatyang-collab /linguist-languages/blob/main /data/YAML.js (used by Prettier)
33
33
- " **/.clang-format"
34
34
- " **/.clang-tidy"
35
35
- " **/.gemrc"
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
6
6
PYTHON_VERSION : " 3.9"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
Original file line number Diff line number Diff line change 5
5
CONFIGURATIONS_FOLDER : .github/label-configuration-files
6
6
CONFIGURATIONS_ARTIFACT_PREFIX : label-configuration-file-
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
push :
11
11
paths :
96
96
steps :
97
97
- name : Set environment variables
98
98
run : |
99
- # See: https://docs.github.com/actions/using -workflows/workflow-commands-for-github-actions#setting-an-environment-variable
99
+ # See: https://docs.github.com/actions/writing -workflows/choosing-what-your-workflow-does /workflow-commands-for-github-actions#setting-an-environment-variable
100
100
echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
101
101
102
102
- name : Determine whether to dry run
Original file line number Diff line number Diff line change 1
- # See: https://github.com/github /licensed/blob/master /docs/configuration.md
1
+ # See: https://github.com/licensee /licensed/blob/main /docs/configuration.md
2
2
sources :
3
3
go : true
4
4
Original file line number Diff line number Diff line change 53
53
check-keys : true
54
54
55
55
yaml-files :
56
- # Source: https://github.com/ikatyang/linguist-languages/blob/master /data/YAML.json (used by Prettier)
56
+ # Source: https://github.com/ikatyang-collab /linguist-languages/blob/main /data/YAML.js (used by Prettier)
57
57
- " .clang-format"
58
58
- " .clang-tidy"
59
59
- " .gemrc"
You can’t perform that action at this time.
0 commit comments