Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
chore: Update .github/workflows/stale.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 19, 2023
1 parent dda8a8a commit 0705c63
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Close and mark stale issue

on:
schedule:
- cron: '0 0 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3

0 comments on commit 0705c63

Please sign in to comment.