aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/curseforge.yml1
-rw-r--r--.github/workflows/gradle.yml14
-rw-r--r--.github/workflows/stale.yml20
3 files changed, 18 insertions, 17 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index 9b3bb16bf..fa5650132 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -6,6 +6,7 @@ on:
- 3.x
- 4.x-unstable
- 4.x
+ - 5.x
jobs:
build:
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index c0619b581..6c008f1a6 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -6,10 +6,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
- - name: Set up JDK 1.8
- uses: actions/setup-java@v1
- with:
- java-version: 1.8
- - name: Build with Gradle
- run: ./gradlew clean build --refresh-dependencies --stacktrace
+ - uses: actions/checkout@v1
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v1
+ with:
+ java-version: 1.8
+ - name: Build with Gradle
+ run: ./gradlew clean build --refresh-dependencies --stacktrace
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 4160bd9d5..5bcf6e137 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -2,19 +2,19 @@ name: Mark stale issues and pull requests
on:
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
-
+
steps:
- - uses: actions/stale@v1
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- stale-issue-message: 'This issue is marked with stale as this issue had no activity in 60 days. This issue will not be automatically closed.'
- stale-pr-message: 'This pull request is marked with stale as this pull request had no activity in 60 days. This pull request will not be automatically closed.'
- stale-issue-label: 'stale'
- stale-pr-label: 'stale'
- days-before-close: 1000000000
+ - uses: actions/stale@v1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ stale-issue-message: 'This issue is marked with stale as this issue had no activity in 60 days. This issue will not be automatically closed.'
+ stale-pr-message: 'This pull request is marked with stale as this pull request had no activity in 60 days. This pull request will not be automatically closed.'
+ stale-issue-label: 'stale'
+ stale-pr-label: 'stale'
+ days-before-close: 1000000000