Skip to content

Battle-Wide Scripting Instead of a 3-Turn Limit #1176

Battle-Wide Scripting Instead of a 3-Turn Limit

Battle-Wide Scripting Instead of a 3-Turn Limit #1176

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-slim
steps:
- name: Close Issue
uses: peter-evans/close-issue@05dff7ca07116e5707cfb3a3cd4af7bb5e43524c
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@bc750a3e24b4ee73f3d4c445957dadf019e428de
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Label Issue
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: insufficient info