Skip to content

Commit 6a82e17

Browse files
committed
Add lists of "pull request tasks" for the bot to remind us about
1 parent 99764ca commit 6a82e17

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/hibernate-github-bot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,24 @@ branches:
8181
ignore:
8282
- user: dependabot[bot]
8383
titlePattern: ".*"
84+
pullRequestTasks:
85+
# Make the bot add list of tasks to the pull requests and enable the check that makes sure all tasks are completed:
86+
enabled: true
87+
tasks:
88+
# List of tasks for commits without a Jira ID
89+
# or for those with Jira ID but that don't have a specific configuration for a corresponding issue type:
90+
default:
91+
- Add test (if relevant)
92+
- Add migration guide entry (if relevant)
93+
# Tasks specific to the bug issue type:
94+
bug:
95+
- Add test reproducing the bug
96+
- Add migration guide entry (if relevant)
97+
# Tasks specific to the improvement issue type:
98+
improvement:
99+
- Add tests for feature/improvement
100+
- Add javadoc to API (if any)
101+
- Document feature/improvement in user guide
102+
- Document feature/improvement in introduction guide (if the feature potentially has a wide range of users)
103+
- Add links to the new documentation from relevant pre-existing sections of the documentation (if relevant)
104+
- Add migration guide entry (if relevant)

0 commit comments

Comments
 (0)