Skip to content

.github/workflows/stale.yaml #39

.github/workflows/stale.yaml

.github/workflows/stale.yaml #39

Workflow file for this run

# This workflow warns and then comments on the issues and PRs that have had no activity for last 60 days.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and PRs
on:
schedule:
#weekly At 00:00 on Sunday
- cron: 0 0 * * 0
# Add permissions configuration
permissions:
issues: write
pull-requests: write
jobs:
call-stale-workflow:
uses: atlanhq/application-sdk/.github/workflows/stale.yml@develop

Check failure on line 20 in .github/workflows/stale.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/stale.yaml" -> "atlanhq/application-sdk/.github/workflows/stale.yml@develop" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit