fix workflows for 1.19

This commit is contained in:
Relentless 2022-08-23 14:46:51 +02:00
parent 51d51ffdeb
commit 81d7b58ab2
No known key found for this signature in database
GPG key ID: 759D97B8C6F25265
4 changed files with 3 additions and 24 deletions

12
.github/stale.yml vendored
View file

@ -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.

View file

@ -4,12 +4,12 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- '1.18' - '1.19'
tags-ignore: tags-ignore:
- '**' - '**'
pull_request: pull_request:
branches: branches:
- '1.18' - '1.19'
env: env:
JAVA_DIST: 'zulu' JAVA_DIST: 'zulu'

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: tags:
- 'v1.18-*.*.*' - 'v1.19-*.*.*'
env: env:
JAVA_DIST: 'zulu' JAVA_DIST: 'zulu'

View file

@ -1,9 +0,0 @@
name: "Support Requests"
on:
issues:
types: [labeled, unlabeled, reopened]
jobs:
support-requests:
uses: AlmostReliable/.github/.github/workflows/support.yml@main