1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/invalid_issues.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: did not find expected '-' indicator
2020-03-20 14:38:21 +01:00

21 lines
576 B
YAML

name: Issue Closing
on:
issues:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
if: github.event.label.name != 'Bug Report'
steps:
- uses: maxkomarychev/octions/octions/issues/update@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
state: closed
- uses: maxkomarychev/octions/octions/issues/create-comment@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
body: TEST