Skip to content

Commit

Permalink
Update CICD to include chore
Browse files Browse the repository at this point in the history
  • Loading branch information
cwognum committed Sep 6, 2024
1 parent 928df95 commit e128c4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Checklist:_
- [ ] _Add tests to cover the fixed bug(s) or the newly introduced feature(s) (if appropriate)._
- [ ] _Update the API documentation if a new function is added, or an existing one is deleted._
- [ ] _Write concise and explanatory changelogs above._
- [ ] _If possible, assign one of the following labels to the PR: `feature`, `fix` or `test` (or ask a maintainer to do it for you)._
- [ ] _If possible, assign one of the following labels to the PR: `feature`, `fix`, `docs`, `test`, or `chore` (or ask a maintainer to do it for you)._

---

Expand Down
5 changes: 5 additions & 0 deletions .github/changelog_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"key": "docs",
"title": "## 📚 Documentation",
"labels": ["documentation"]
},
{
"key": "chore",
"title": "## 🧹 Chores",
"labels": ["chore"]
}
]
}

0 comments on commit e128c4d

Please sign in to comment.