Skip to content

Commit 79168dd

Browse files
authored
Merge branch 'main' into add-bibyEntryRessource-endpoint-test(#13588)
2 parents 503f998 + 2f011eb commit 79168dd

File tree

179 files changed

+2568
-1073
lines changed

Some content is hidden

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

179 files changed

+2568
-1073
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
name: ${{ matrix.displayName }} installer and portable version
175175
steps:
176176
- name: Fetch all history for all tags and branches
177-
uses: actions/checkout@v4
177+
uses: actions/checkout@v5
178178
with:
179179
fetch-depth: 0
180180
submodules: 'true'
@@ -362,7 +362,7 @@ jobs:
362362
runs-on: ${{ matrix.os }}
363363
steps:
364364
- name: Download from GitHub workflow artifacts store (macOS)
365-
uses: actions/download-artifact@v4
365+
uses: actions/download-artifact@v5
366366
with:
367367
name: JabRef-${{ matrix.os }}-tbn
368368
- name: Notarize dmg

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'JabRef/jabref'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
show-progress: 'false'
2626
- name: Run linkspector

.github/workflows/cleanup-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ignore_sha: true
2424
workflow_id: 160969125
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: "Check for 'dev: binaries' label"
2727
id: check_label
2828
run: |

.github/workflows/dockerimages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v3
5555
- name: Fetch all history for all tags and branches
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
fetch-depth: 0
5959
submodules: 'true'

.github/workflows/gource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0
5757
show-progress: 'false'

.github/workflows/latex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Check out code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- name: Install TeX Live
3232
uses: zauguin/install-texlive@v4
3333
with:
@@ -80,7 +80,7 @@ jobs:
8080
bibengine: biber
8181
steps:
8282
- name: Check out code
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484

8585
- name: Install TeX Live
8686
uses: zauguin/install-texlive@v4

.github/workflows/on-issue-comment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
uses: takanome-dev/assign-issue-action@edge
1818
with:
1919
github_token: '${{ secrets.GITHUB_TOKEN }}'
20-
days_until_unassign: 14
20+
# If this is updated, also update the number at unassign-issues.yml
21+
days_until_unassign: 21
2122
maintainers: 'koppor,Siedlerchr,ThiloteE,calixtus,HoussemNasri,subhramit,InAnYan,LinusDietz'
2223
assigned_comment: |
2324
👋 Hey @{{ handle }}, thank you for your interest in this issue! 🎉

.github/workflows/on-issue-labeled.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
ignored-columns: ""
7979
default-column: "Free to take"
8080
skip-if-not-in-project: true
81+
- name: Remove label
82+
run: |
83+
gh issue edit ${{ github.event.issue.number }} --remove-label "FirstTimeCodeContribution"
84+
env:
85+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8186
good-first-issue:
8287
name: "good first issue"
8388
if: "${{ github.event.label.name == 'good first issue' && github.repository_owner == 'JabRef' }}"
@@ -128,7 +133,7 @@ jobs:
128133
comment-tag:
129134
wisdom
130135
mode: recreate
131-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
132137
- name: Remove label
133138
run: |
134139
gh issue edit ${{ github.event.issue.number }} --remove-label "dev: wisdom"

.github/workflows/on-issue-unassigned.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Check assignees
1818
id: check_assignee
1919
run: |

.github/workflows/on-issue-unlabeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ignored-columns: ""
3434
default-column: "Free to take"
3535
skip-if-not-in-project: true
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: Remove all assignees
3838
run: |
3939
ASSIGNEES=$(gh issue view ${{ github.event.issue.number }} --json assignees --template '{{range .assignees}}{{.login}} {{end}}')

0 commit comments

Comments
 (0)