Skip to content

Commit 7c47166

Browse files
authored
Merge branch 'main' into fix-for-issue-JabRef#372
2 parents c37cc82 + 4e324d9 commit 7c47166

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
YOU HAVE TO MODIFY THIS TEXT TO FIT YOUR PR. OTHERWISE, YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT.
2+
23
Describe the changes you have made here: what, why, ...
3-
Closes #xyz. <!-- number of the issue that will be closed -->
4+
5+
<!-- PLEASE LINK THE ISSUE WITH THE "Closes" KEYWORD -->
6+
<!-- Example: Closes (link) OR Closes #xyz -->
47

58
### Mandatory checks
69

.github/workflows/assign-issue.yml

Lines changed: 1 addition & 1 deletion
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@beta
19+
uses: takanome-dev/assign-issue-action@edge
2020
with:
2121
github_token: '${{ secrets.GITHUB_TOKEN }}'
2222
days_until_unassign: 45

.github/workflows/check-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- '.lycheeignore'
88
- 'lychee.toml'
99
- '**/*.md'
10+
paths-ignore:
11+
- 'CHANGELOG.md'
1012
schedule:
1113
# Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
1214
- cron: "0 9 1 * *"

0 commit comments

Comments
 (0)