Skip to content

Commit 98ee657

Browse files
authored
(5.x) Add version to the GH Workflow names (#570)
* Add version to the workflows names * Add changelog entry
1 parent 5c779d2 commit 98ee657

11 files changed

+11
-11
lines changed

.github/actions/5_codeanalysis_detect_modified_plugins/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Detect Modified Plugins"
1+
name: "(5.x) Detect Modified Plugins"
22
description: "Detect modified plugins based on changed files in a pull request or push event."
33
inputs:
44
base_branch:

.github/workflows/5_builderpackage_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy GH pages
1+
name: (5.x) Deploy GH pages
22

33
# From https://github.com/rust-lang/mdBook/wiki/Automated-Deployment%3A-GitHub-Actions#GitHub-Pages-Deploy
44

@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
#- 6.0.0
1110
paths:
1211
- "docs/**"
1312

.github/workflows/5_builderpackage_plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run-name: Build ${{ inputs.plugin }} plugin | ${{ inputs.id }}
2-
name: Build packages
2+
name: (5.x) Build packages
33

44
# This workflow runs when any of the following occur:
55
# - Run manually

.github/workflows/5_builderpackage_plugins_onpush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build packages (on push)
1+
name: (5.x) Build packages (on push)
22

33
# This workflow runs when any of the following occur:
44
# - On push

.github/workflows/5_builderpackage_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Index templates generator
1+
name: (5.x) Generate index templates
22

33
on:
44
push:

.github/workflows/5_bumper_repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Repository bumper
1+
name: (5.x) Repository bumper
22
run-name: Bump ${{ github.ref_name }} (${{ inputs.id }})
33

44
on:

.github/workflows/5_codequality_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Changelog Verifier"
1+
name: (5.x) Check changelog
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

.github/workflows/5_codequality_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: "CodeQL"
12+
name: (5.x) CodeQL
1313

1414
on:
1515
push:

.github/workflows/5_codequality_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Link Checker
1+
name: (5.x) Check links
22
on:
33
push:
44

.github/workflows/5_testintegration_gradlecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gradle check
1+
name: (5.x) Run tests
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)