Files
refinedstorage/.github/workflows/unsupported.yml
raoulvdberge 6c2231a7a3 Modify msg
2020-11-15 13:00:54 +01:00

18 lines
547 B
YAML

name: 'Unsupported versions'
on:
issues:
types: [ labeled, unlabeled, reopened ]
jobs:
support:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'Unsupported'
issue-comment: >
:wave: @{issue-author}, we no longer support this version of Minecraft.
Please see https://refinedmods.com/refined-storage/wiki/minecraft-version-support.html
close-issue: true
lock-issue: false