Skip to content

Commit

Permalink
Create close-stale-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Aug 30, 2024
1 parent 0b3275d commit 923fa21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Close Stale Issues and PRs

on:
schedule:
- cron: 34 0 * * *
workflow_dispatch:

permissions:
issues: write
pull-requests: write

jobs:
stale:
name: Close Stale
uses: Laravel-Lang/.github/.github/workflows/close-stale-issues.yml@main

0 comments on commit 923fa21

Please sign in to comment.