Skip to content

Commit

Permalink
test for stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Oct 5, 2024
1 parent c7dcf54 commit f1ee84c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "Close stale issues and PRs"

on:
workflow_dispatch: # needed for manually running this workflow
schedule:
- cron: "30 1 * * 6" # every Saturday at 1:30
push:
branches: [test]
pull_request:
branches: [test]

permissions:
issues: write
Expand Down

0 comments on commit f1ee84c

Please sign in to comment.