Skip to content

Commit

Permalink
GHA worflows - Use common actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostancato committed Mar 15, 2024
1 parent 40b2b7d commit bfdf743
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Close Stale PRs"
on:
workflow_call:
schedule:
- cron: "30 1 * * *"

jobs:
stale:
uses: embrace-io/actions/.github/workflows/stale.yaml@master
secrets: inherit

0 comments on commit bfdf743

Please sign in to comment.