Skip to content

notify-release

notify-release #207

name: notify-release
on:
workflow_dispatch:
release:
types: [published]
issues:
types: [closed]
schedule:
- cron: '0 4 * * *'
permissions:
contents: read
issues: write
jobs:
notify-release:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform-actions/github-action-notify-release@v1
with:
notify-after: '14d'