1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/issues.yml

15 lines
353 B
YAML
Raw Normal View History

2019-11-18 22:46:16 +00:00
name: Respost - Write comment to new Issue event
on:
issues: [closed]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: rytswd/respost@v0.1.0
with:
title: Your issue has been closed!
body: "Hi, this is a test message.<br>Hello world..."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}