Add unsupported bot

This commit is contained in:
raoulvdberge
2020-11-15 12:58:02 +01:00
parent c86adb30cc
commit 4eeee990f0

16
.github/workflows/unsupported.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
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}, this version of Minecraft is no longer supported. Please see https://refinedmods.com/refined-storage/wiki/minecraft-version-support.html
close-issue: true
lock-issue: false