Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: unify workflow names (follow file name) #4657

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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