-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
79 changed files
with
2,808 additions
and
787 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Check out code | ||
uses: actions/[email protected] | ||
- name: Set up JDK | ||
uses: actions/setup-java@v3.5.1 | ||
uses: actions/setup-java@v3.6.0 | ||
with: | ||
distribution: adopt | ||
java-version: 17 | ||
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Check out code | ||
uses: actions/[email protected] | ||
- name: Set up JDK | ||
uses: actions/setup-java@v3.5.1 | ||
uses: actions/setup-java@v3.6.0 | ||
with: | ||
distribution: adopt | ||
java-version: 17 | ||
|
@@ -67,18 +67,11 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: set up JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v3.6.0 | ||
with: | ||
distribution: adopt | ||
java-version: 17 | ||
|
||
- name: Prepare environment | ||
run: | | ||
echo "${{ secrets.RELEASE_KEYSTORE }}" > .sign/release.keystore.asc | ||
gpg -d --passphrase "${{ secrets.PASSPHRASE }}" --batch .sign/release.keystore.asc > .sign/release.keystore | ||
echo "${{ secrets.RELEASE_KEYSTORE_PROPERTIES }}" > .sign/keystore.properties.asc | ||
gpg -d --passphrase "${{ secrets.PASSPHRASE }}" --batch .sign/keystore.properties.asc > .sign/keystore.properties | ||
echo "${{ secrets.ENV_PROPERTIES }}" > .env.properties | ||
- name: Cache Gradle and wrapper | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -106,8 +99,9 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: set up JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v3.6.0 | ||
with: | ||
distribution: adopt | ||
java-version: 17 | ||
|
||
- name: Cache Gradle and wrapper | ||
|
@@ -148,7 +142,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v3.6.0 | ||
with: | ||
distribution: 'zulu' | ||
java-version: 17 | ||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: No Response | ||
|
||
on: | ||
issue_comment: | ||
types: [created] | ||
schedule: | ||
# Every midnight | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
noResponse: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: lee-dohm/[email protected] | ||
with: | ||
token: ${{ github.token }} | ||
daysUntilClose: 7 | ||
responseRequiredLabel: waiting for response | ||
closeComment: > | ||
This issue has been automatically closed because there has been no response | ||
to our request from the original author. | ||
Please don't hesitate to comment on the bug if you have | ||
any more information for us - we will reopen it right away! | ||
Thanks for your contribution. |
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
Oops, something went wrong.