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 May 9, 2024
1 parent 2f19b67 commit 943a4ca
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 943a4ca

Please sign in to comment.