Skip to content

Commit

Permalink
chore(github): updated github actions for closing stale issues and PRs (
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-ook authored Nov 11, 2021
1 parent b9be06b commit 200d3c8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: "30 1 * * *"
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Close Stale Issues
uses: actions/stale@v3
- uses: actions/stale@v4
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
days-before-close: 5

0 comments on commit 200d3c8

Please sign in to comment.