Skip to content

Commit

Permalink
Create stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Nov 14, 2022
1 parent e549b80 commit e5bf8f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Mark stale issues

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

workflow_dispatch:

jobs:
stale:
uses: configcat/.github/.github/workflows/stale.yml@master
secrets: inherit

0 comments on commit e5bf8f2

Please sign in to comment.