Skip to content

Commit c401e67

Browse files
committedMar 4, 2025
Merge branch 'main' of https://github.com/JabRef/jabref into fix-for-issue-JabRef#12272
2 parents 815ba53 + b0a36e9 commit c401e67

File tree

68 files changed

+795
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+795
-204
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
YOU HAVE TO MODIFIY THIS TEXT TO FIT YOUR PR. OTHERWISE YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT.
1+
YOU HAVE TO MODIFY THIS TEXT TO FIT YOUR PR. OTHERWISE, YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT.
22
Describe the changes you have made here: what, why, ...
3-
Link the issue that will be closed, e.g., "Closes #333". If your PR closes a koppor issue, link it using its URL, e.g., "Closes https://github.com/koppor/jabref/issues/47".
3+
Link the issue that will be closed. Example: "Closes #333".
44

55
### Mandatory checks
66

‎.github/workflows/assign-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Assign the user or unassign stale assignments
1818
id: assign
19-
uses: takanome-dev/assign-issue-action@fix-rate-limit-err
19+
uses: takanome-dev/assign-issue-action@beta
2020
with:
2121
github_token: '${{ secrets.GITHUB_TOKEN }}'
2222
days_until_unassign: 45

0 commit comments

Comments
 (0)
Please sign in to comment.