Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Disable workflow
  • Loading branch information
manmaed authored Dec 10, 2024
1 parent 4da52e2 commit 12ad2f0
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: "0 */12 * * *"

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue has been automatically marked as stale because it is has a state of "Awaiting Reply" but no reply has been received within 7 days. It will be closed within 3 days if it is not updated with a reply.'
close-issue-message: 'This issue has been automatically closed because due to lack of response.'
days-before-stale: 7
days-before-close: 3
days-before-pr-close: -1
stale-issue-label: 'Stale :skull:'
only-issue-labels: 'Awaiting Reply :hourglass:'
operations-per-run: 100

0 comments on commit 12ad2f0

Please sign in to comment.