Skip to content

Commit

Permalink
chore: update CI/CD for sprint 5
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Jun 3, 2024
1 parent 4ab40fa commit c6ae92d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ sprint3:

sprint4:
- head-branch: 'ECOMM-4'

sprint5:
- head-branch: 'ECOMM-5'
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
πŸ“ conforms with the following format:

- [ ] prefix (following the [convention](https://www.conventionalcommits.org/en/v1.0.0-beta.2/): `feat`, `fix`, `hotfix`, `chore`, `refactor`, `revert`, `docs`, `style`, `test`)
- [ ] sprint and issue number (e.g. `RSS-ECOMM-4_01`, where `4` - is the sprint number and `01` - is the issue number)
- [ ] sprint and issue number (e.g. `RSS-ECOMM-5_01`, where `5` - is the sprint number and `01` - is the issue number)
- [ ] short description

πŸ‘€ Example: `feat(RSS-ECOMM-4_01): description`
πŸ‘€ Example: `feat(RSS-ECOMM-5_01): description`

## PR Description πŸ§™β€β™‚οΈ

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- sprint-2
- sprint-3
- sprint-4
- sprint-5

jobs:
format:
Expand Down
1 change: 1 addition & 0 deletions .validate-branch-namerc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ module.exports = {
// "fix(RSS-ECOMM-2_15)/addCorrectProduct" // where 2 is the sprint number and 15 is the issue number
// "chore(RSS-ECOMM-3_01)/addNewProduct" // where 3 is the sprint number and 01 is the issue number
// "refactor(RSS-ECOMM-4_01)/addNewProduct" // where 4 is the sprint number and 01 is the issue number
// "revert(RSS-ECOMM-5_01)/addNewProduct" // where 5 is the sprint number and 01 is the issue number

0 comments on commit c6ae92d

Please sign in to comment.