Skip to content

Commit

Permalink
chore: issue style
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Rehwaldt <[email protected]>
  • Loading branch information
marstamm and nikku committed May 22, 2024
1 parent 37f8c6e commit 58a53ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NEW_ALPHA_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_TITLE: "Add new alpha engine profile"
ISSUE_BODY: |
**What should we do?**
### What should we do?
Add a new Alpha Version to the version select.
- [ ] Update the version select (C7, C8)
- [ ] Update linting profiles (C7, C8)
**Why should we do it?**
### Why should we do it?
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
Expand Up @@ -12,8 +12,8 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_TITLE: "Remove alpha tag from latest engine profile"
ISSUE_BODY: |
**What should we do?**
### What should we do?
Mark the latest alpha versions as stable.
**Why should we do it?**
### Why should we do it?
In the next release cycle, the current alpha versions will be relased as stable.

0 comments on commit 58a53ab

Please sign in to comment.