Skip to content

Commit

Permalink
chore: add release notify action (#654)
Browse files Browse the repository at this point in the history
Co-authored-by: Erisu <ellis.bryan@gmail.com>
  • Loading branch information
NiklasMerz and erisu committed Aug 11, 2021
1 parent c56a255 commit 3112e5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 3112e5f

Please sign in to comment.