chore: add release notify action (#654)

Co-authored-by: Erisu <ellis.bryan@gmail.com>
This commit is contained in:
Niklas Merz 2021-08-11 09:04:14 +02:00 committed by GitHub
parent c56a255fe8
commit 3112e5fb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/release-notify.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Close issue asking for release
on:
issues:
types: [opened]
jobs:
action-test:
runs-on: ubuntu-latest
steps:
- uses: niklasmerz/release-notify@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}