diff --git a/.github/workflows/ASSIGN_MILESTONE.yml b/.github/workflows/ASSIGN_MILESTONE.yml index ec6a0951d..8a74cb999 100644 --- a/.github/workflows/ASSIGN_MILESTONE.yml +++ b/.github/workflows/ASSIGN_MILESTONE.yml @@ -1,4 +1,4 @@ -name: Assign Milestones +name: ASSIGN_MILESTONE on: issues: diff --git a/.github/workflows/CODE_SCANNING.yml b/.github/workflows/CODE_SCANNING.yml index 0ca397d8b..6a8444c04 100644 --- a/.github/workflows/CODE_SCANNING.yml +++ b/.github/workflows/CODE_SCANNING.yml @@ -1,5 +1,4 @@ - -name: "Code Scanning" +name: CODE_SCANNING on: push: diff --git a/.github/workflows/CREATE_MILESTONE.yml b/.github/workflows/CREATE_MILESTONE.yml index 9fbc55482..9b6b345d2 100644 --- a/.github/workflows/CREATE_MILESTONE.yml +++ b/.github/workflows/CREATE_MILESTONE.yml @@ -1,4 +1,4 @@ -name: Create new Milestone +name: CREATE_NEW_MILESTONE on: milestone: diff --git a/.github/workflows/NEW_ALPHA_ISSUE.yml b/.github/workflows/NEW_ALPHA_ISSUE.yml index 0214016b7..ea1bd18ce 100644 --- a/.github/workflows/NEW_ALPHA_ISSUE.yml +++ b/.github/workflows/NEW_ALPHA_ISSUE.yml @@ -1,4 +1,4 @@ -name: Add Alpha version reminder +name: NEW_ALPHA_ISSUE on: schedule: # After the April and October releases @@ -19,4 +19,4 @@ jobs: - [ ] Update linting profiles (C7, C8) ### Why should we do it? - To support the next alpha release of the engine. \ No newline at end of file + To support the next alpha release of the engine. diff --git a/.github/workflows/NEW_MAJOR_ISSUE.yml b/.github/workflows/NEW_MAJOR_ISSUE.yml index 5f032e93d..8373482d5 100644 --- a/.github/workflows/NEW_MAJOR_ISSUE.yml +++ b/.github/workflows/NEW_MAJOR_ISSUE.yml @@ -1,4 +1,4 @@ -name: Add Major version reminder +name: NEW_MAJOR_ISSUE on: schedule: # Before the April and October releases @@ -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. \ No newline at end of file + In the next release cycle, the current alpha versions will be relased as stable. diff --git a/.github/workflows/PUBLISH_RELEASE.yml b/.github/workflows/PUBLISH_RELEASE.yml index a20a0ce95..a7a0599e0 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -1,4 +1,4 @@ -name: 'Publish release' +name: PUBLISH_RELEASE on: release: types: diff --git a/.github/workflows/RELEASE_ISSUE.yml b/.github/workflows/RELEASE_ISSUE.yml index 04dc79761..d021d41e6 100644 --- a/.github/workflows/RELEASE_ISSUE.yml +++ b/.github/workflows/RELEASE_ISSUE.yml @@ -1,4 +1,4 @@ -name: Release Issue +name: RELEASE_ISSUE on: issues: types: [closed, assigned]