Skip to content

Commit

Permalink
ci: unify workflow names (follow file name)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 1, 2024
1 parent 4764a5c commit a6c4d11
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ASSIGN_MILESTONE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Assign Milestones
name: ASSIGN_MILESTONE

on:
issues:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/CODE_SCANNING.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

name: "Code Scanning"
name: CODE_SCANNING

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CREATE_MILESTONE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create new Milestone
name: CREATE_NEW_MILESTONE

on:
milestone:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/NEW_ALPHA_ISSUE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add Alpha version reminder
name: NEW_ALPHA_ISSUE
on:
schedule:
# After the April and October releases
Expand All @@ -19,4 +19,4 @@ jobs:
- [ ] Update linting profiles (C7, C8)
### Why should we do it?
To support the next alpha release of the engine.
To support the next alpha release of the engine.
4 changes: 2 additions & 2 deletions .github/workflows/NEW_MAJOR_ISSUE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add Major version reminder
name: NEW_MAJOR_ISSUE
on:
schedule:
# Before the April and October releases
Expand All @@ -17,4 +17,4 @@ jobs:
Mark the latest alpha versions as stable.
### Why should we do it?
In the next release cycle, the current alpha versions will be relased as stable.
In the next release cycle, the current alpha versions will be relased as stable.
2 changes: 1 addition & 1 deletion .github/workflows/PUBLISH_RELEASE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Publish release'
name: PUBLISH_RELEASE
on:
release:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Issue
name: RELEASE_ISSUE
on:
issues:
types: [closed, assigned]
Expand Down

0 comments on commit a6c4d11

Please sign in to comment.