Skip to content

Commit f7f8828

Browse files
committed
[repo] Tidy up Workflow names to make them clearer
1 parent c20d4b3 commit f7f8828

10 files changed

+16
-28
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: "CI - Deploy the main branch to GitHub Pages"
22

33
on:
44
push:

.github/workflows/fetch-obsolete-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fetch the list of obsolete pages from Wikimedia
1+
name: "WikiMedia - Fetch the list of obsolete pages"
22

33
on:
44
# Run on cron, daily at 5:30am UTC.

.github/workflows/label-new-issues.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: issue-automation
1+
name: "Issue labeller - New issues should be marked with 'needs-triage'"
22

33
on:
44
issues:
5-
types: [opened]
5+
types:
6+
- reopened
7+
- opened
68
pull_request:
7-
types: [opened]
9+
types:
10+
- reopened
11+
- opened
812

913
jobs:
1014
automate-issues-labels:

.github/workflows/lighthouse-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lighthouse Report
1+
name: "CI - Lighthouse website audit Report"
22

33
on:
44
pull_request_target:
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
lighthouse-report:
14-
name: Lighthouse Report
14+
name: Lighthouse website audit Report
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Lint for Pull Requests"
1+
name: "CI - Lint for Pull Requests"
22

33
on:
44
pull_request:

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint on push (project files)
1+
name: "CI - Lint on push (project files)"
22

33
on:
44
push:

.github/workflows/new-issues.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test deployment
1+
name: "CI - Test deployment for Pull Requests"
22

33
on:
44
pull_request:

.github/workflows/update-moodle-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Moodle Metadata
1+
name: "Scheduled - Update Metadata from Moodle"
22

33
on:
44
# Run on cron, every Sunday at 5:30am UTC.

.github/workflows/update-wikimedia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push the list of migrated pages to Wikimedia
1+
name: "CI - Push the list of migrated pages to WikiMedia"
22

33
on:
44
push:

0 commit comments

Comments
 (0)