diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index f28cb25..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,12 +0,0 @@ -daysUntilStale: 14 -daysUntilClose: 3 -exemptLabels: - - "state: completed" - - "state: confirmed" - - "state: help wanted/needed" - - "state: in progress" -staleLabel: "type: abandoned" -markComment: > - This submission has been automatically marked as abandoned because it has not had recent activity. It will be closed in 3 days. If you want to prevent that, leave a new comment. -closeComment: > - Due to no recent activity, this submission is closed now. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3e8a0a..d226000 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,12 +4,12 @@ on: workflow_dispatch: push: branches: - - '1.18' + - '1.19' tags-ignore: - '**' pull_request: branches: - - '1.18' + - '1.19' env: JAVA_DIST: 'zulu' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe53b63..fbf37fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: tags: - - 'v1.18-*.*.*' + - 'v1.19-*.*.*' env: JAVA_DIST: 'zulu' diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml deleted file mode 100644 index dcb2bd1..0000000 --- a/.github/workflows/support.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: "Support Requests" - -on: - issues: - types: [labeled, unlabeled, reopened] - -jobs: - support-requests: - uses: AlmostReliable/.github/.github/workflows/support.yml@main