-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into fork/harry924/11219…
…-adapt-ui-font-size
- Loading branch information
Showing
210 changed files
with
3,260 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ concurrency: | |
|
||
jobs: | ||
build: | ||
if: github.repository_owner == 'JabRef' | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -68,16 +69,16 @@ jobs: | |
submodules: 'true' | ||
show-progress: 'false' | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
- name: Setup JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 21.0.2 | ||
java-version: 23.0.1 | ||
distribution: 'temurin' | ||
- name: Clean up keychain | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,12 @@ concurrency: | |
|
||
jobs: | ||
build: | ||
if: github.repository_owner == 'JabRef' | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-latest, buildjet-8vcpu-ubuntu-2204-arm] | ||
jdk: [22] | ||
jdk: [23] | ||
javafx: [24] | ||
include: | ||
- os: ubuntu-latest | ||
|
@@ -84,12 +85,12 @@ jobs: | |
packages: pigz | ||
version: 1.0 | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
|
||
# JDK | ||
- name: 'Set up JDK ${{ matrix.jdk }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,16 +81,16 @@ jobs: | |
packages: pigz | ||
version: 1.0 | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
- name: Setup JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 21.0.2 | ||
java-version: 23.0.1 | ||
distribution: 'temurin' | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
jobs: | ||
comment: | ||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow | ||
if: ${{ github.event.workflow_run.conclusion == 'failure' }} | ||
if: ${{ github.event.workflow_run.conclusion == 'failure' && (github.repository_owner == 'JabRef') }} | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
|
@@ -35,24 +35,25 @@ jobs: | |
echo "Read PR number $PR_NUMBER" | ||
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT | ||
- uses: actions/checkout@v4 | ||
- name: Determine owner | ||
- name: Is PR from forked? | ||
if: ${{ steps.read-pr_number.outputs.pr_number != '' }} | ||
id: owner | ||
id: isCrossRepository | ||
run: | | ||
owner=$(gh pr view $pr_number --json headRepositoryOwner --jq '.headRepositoryOwner') | ||
echo "Got owner $owner" | ||
echo owner=$owner >> $GITHUB_OUTPUT | ||
isCrossRepository=$(gh pr view $pr_number --json isCrossRepository --jq '.isCrossRepository') | ||
echo "Got isCrossRepository $isCrossRepository" | ||
echo isCrossRepository=$isCrossRepository >> $GITHUB_OUTPUT | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
pr_number: ${{ steps.read-pr_number.outputs.pr_number }} | ||
- name: Checkout | ||
if: ${{ (steps.read-pr_number.outputs.pr_number != '') && (steps.owner.owner != 'JabRef') }} | ||
if: ${{ steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true' }} | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: '0' | ||
show-progress: 'false' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: jbang | ||
if: ${{ (steps.read-pr_number.outputs.pr_number != '') && (steps.owner.owner != 'JabRef') }} | ||
if: ${{ steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true' }} | ||
uses: jbangdev/[email protected] | ||
with: | ||
script: ghprcomment@koppor/ghprcomment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.