Skip to content

New story support feature blocks recognition of the support list and require restart FGA in order to work again. #1158

New story support feature blocks recognition of the support list and require restart FGA in order to work again.

New story support feature blocks recognition of the support list and require restart FGA in order to work again. #1158

Workflow file for this run

name: Close issues with insufficient info
on:
issues:
types: [opened]
jobs:
labelCheck:
if: >-
github.event.issue.user.id != 10654537 && github.event.issue.user.id != 12360257 &&
join(github.event.issue.labels) == ''
runs-on: ubuntu-latest
steps:
- name: Close Issue
uses: peter-evans/close-issue@v3
with:
comment: |
It seems like you have not used one of the issue templates when creating this issue.
Please go back to [this page](https://github.com/Fate-Grand-Automata/FGA/issues/new/choose) and create a new issue.
This action was performed automatically.
- name: Lock Issue
uses: OSDKDev/lock-issues@v1.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Label Issue
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: insufficient info