Skip to content

Commit 81f50b6

Browse files
feat: Add PRCHECKLIST using Pull Request Checklist Buddy (#39)
* feat: Add PRCHECKLIST * feat: Add PRCHECKLIST * feat: Add PRCHECKLIST * fix: missing .github/configs/labeler.yml * feat: Add PRCHECKLIST * feat: Add PRCHECKLIST * feat: Add PRCHECKLIST * feat: Add PRCHECKLIST
1 parent 0486f63 commit 81f50b6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/configs/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
####
2+
## This is managed via https://github.com/internal-GlueOps/github-shared-files-sync . Any changes to this file may be overridden by our automation
3+
####
4+
5+
include-in-release-notes:
6+
- changed-files:
7+
- any-glob-to-any-file: '**'

PRCHECKLIST

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Checklist Buddy by Mibex Software https://www.mibexsoftware.com/
2+
# For more information, check our docs: https://docs.mibexsoftware.com/checklist-buddy/syntax-reference
3+
# https://github.com/marketplace/pull-request-checklist-buddy
4+
# https://github.com/mibexsoftware/checklist-buddy-demo/blob/main/PRCHECKLIST
5+
6+
7+
# Checklist for changes
8+
--target main --source-except renovate/* +title+ PR Checklist (required):
9+
--target main --source-except renovate/* +task+ Is the README.md up to date?
10+
--target main --source-except renovate/* +task+ Code tested appropriately (end-to-end considered)?
11+
--target main --source-except renovate/* +task+ Did you review any AI provided feedback?
12+
13+
--target main --source renovate/* +title+ PR Checklist (required):
14+
--target main --source renovate/* +task+ Is the README.md up to date?
15+
--target main --source renovate/* +task+ Code tested appropriately (end-to-end considered)?
16+
--target main --source renovate/* +task+ Did you review the release notes for this automated update?
17+

0 commit comments

Comments
 (0)