Skip to content

Commit 518f464

Browse files
setup(workflows): wordsmith labels for consistency & clarity (#448)
1 parent 8600fb5 commit 518f464

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/dir-organisation.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
22

3-
name: Directory organisation
3+
name: Code Quality
44

55
on:
66
pull_request:
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121

2222
forbid-junkdrawer-tests:
23-
name: Test structure
23+
name: Test organisation
2424

2525
runs-on: ubuntu-slim
2626

@@ -35,11 +35,12 @@ jobs:
3535

3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
38+
fetch-depth: 0
3839
persist-credentials: false
3940
show-progress: false
40-
fetch-depth: 0
4141

42-
- run: >
42+
- name: Check for junkdrawer
43+
run: >
4344
junkdrawer=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} -- **/test/input/** **/test/expected/**)
4445
4546
if [[ -n "$junkdrawer" ]]; then

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# For more information see: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
44

5-
name: Workflow checks
5+
name: Workflow Quality
66

77
on:
88
push:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
22

3-
name: PR Checks
3+
name: PR Quality
44

55
on:
66
pull_request:

.github/workflows/workflow-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# For more information see: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
44

5-
name: Workflow Quality Assurance
5+
name: Workflow Quality
66

77
on:
88
push:
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828

2929
run-workflow-script-tests:
30-
name: test scripts
30+
name: Test scripts
3131
runs-on: ubuntu-slim
3232

3333
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}

0 commit comments

Comments
 (0)