mirror of
https://github.com/FossifyOrg/Messages.git
synced 2025-12-24 00:00:16 -05:00
12 lines
227 B
YAML
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
|