Skip to content

Nuclearcraft fusion reactor dissapeared #18

Nuclearcraft fusion reactor dissapeared

Nuclearcraft fusion reactor dissapeared #18

Workflow file for this run

name: 'Support Requests'
on:
issues:
types: [labeled, unlabeled, reopened]
workflow_call:
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'Support'
issue-comment: >
:wave: @{issue-author}, we use the issue tracker exclusively
for bug reports and feature requests. However, this issue appears
to be a support request.
Please use our [support channel on our Discord](https://discord.gg/kZ7RdrD)
to get help with the project.
close-issue: true
lock-issue: false