name: notify-release
on:
workflow_dispatch:
release:
types:
issues:
types:
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'