key-rwlock 0.1.2

Simple library for keyed asynchronous reader-writer locks
Documentation
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'