mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
fix workflows for 1.19
This commit is contained in:
parent
51d51ffdeb
commit
81d7b58ab2
4 changed files with 3 additions and 24 deletions
12
.github/stale.yml
vendored
12
.github/stale.yml
vendored
|
@ -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.
|
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v1.18-*.*.*'
|
||||
- 'v1.19-*.*.*'
|
||||
|
||||
env:
|
||||
JAVA_DIST: 'zulu'
|
||||
|
|
9
.github/workflows/support.yml
vendored
9
.github/workflows/support.yml
vendored
|
@ -1,9 +0,0 @@
|
|||
name: "Support Requests"
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled, unlabeled, reopened]
|
||||
|
||||
jobs:
|
||||
support-requests:
|
||||
uses: AlmostReliable/.github/.github/workflows/support.yml@main
|
Loading…
Reference in a new issue