Files
Messages/.github/workflows/no-response.yml
2025-05-22 19:36:07 +05:30

12 lines
227 B
YAML

name: No Response
on:
schedule:
- cron: "0 12 * * *" # Runs daily at noon
workflow_dispatch:
jobs:
call-no-response-workflow:
uses: FossifyOrg/.github/.github/workflows/no-response.yml@main
secrets: inherit