Skip to content

Commit

Permalink
Created Stale Bot
Browse files Browse the repository at this point in the history
Signed-off-by: Divyansh <[email protected]>
  • Loading branch information
divyanshraj0408 committed Oct 1, 2021
1 parent dc68cdb commit 5b1dd68
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: greetings.yml

on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: ':wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
stale-pr-message: ':wave: Hi! This pull request has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
stale-issue-label: 'stale'
exempt-issue-label: 'keep-open'
stale-pr-label: 'stale'
days-before-stale: 60
days-before-close: 7

0 comments on commit 5b1dd68

Please sign in to comment.