Skip to content

Commit

Permalink
Create release-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman authored Jul 8, 2024
1 parent 27462f8 commit d8dbf6a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-notify
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: notify-release
on:
workflow_dispatch:
release:
types: [published]
issues:
types: [closed]
schedule:
- cron: '30 8 * * *'
jobs:
setup:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Notify release
uses: nearform-actions/github-action-notify-release@v1

0 comments on commit d8dbf6a

Please sign in to comment.