You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ghprcomment.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -168,25 +168,25 @@
168
168
169
169
Give it a read, and you’ll discover the ancient wisdom of assigning issues to yourself. Trust me, it’s worth it. 🚀
170
170
171
-
- jobName: 'PR title must not start with "Fix for issue <number>"'
172
-
workflowName: 'PR Tests'
171
+
- jobName: 'PR title must not contain "issue <number>"'
172
+
workflowName: 'PR Format'
173
173
always: true
174
174
message: >
175
175
The title of the pull request must not start with "Fix for issue xyz".
176
176
Please use a concise one-line summary that explains what the fix or change actually does.
177
177
Example of a good title: "Prevent crash when importing malformed BibTeX entries".
178
178
- jobName: 'Mandatory Checks present'
179
-
workflowName: 'PR Tests'
179
+
workflowName: 'PR Format'
180
180
always: true
181
181
message: >
182
182
You have removed the "Mandatory Checks" section from your pull request description. Please adhere to our [pull request template](https://github.com/JabRef/jabref/blob/main/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L10).
183
183
- jobName: 'PR checklist OK'
184
-
workflowName: 'PR Tests'
184
+
workflowName: 'PR Format'
185
185
always: true
186
186
message: >
187
187
Note that your PR will not be reviewed/accepted until you have gone through the mandatory checks in the description and marked each of them them exactly in the format of `[x]` (done), `[ ]` (not done yet) or `[/]` (not applicable).
188
188
- jobName: 'Determine issue number'
189
-
workflowName: 'PR Tests'
189
+
workflowName: 'On PR opened/updated'
190
190
always: true
191
191
message: |
192
192
Your pull request needs to link an issue correctly.
0 commit comments