Skip to content

Commit

Permalink
stale check survey issue1064 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceppaluni authored May 21, 2024
1 parent 502324f commit a6a6b98
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/cron.stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Stale
on:
schedule:
- cron: '37 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-pr-stale: 7
days-before-issue-stale: 7
close-pr-message: "Due to lack of activity this has been closed for now. Feel free to reopen once you are back."
include-only-assigned: true
days-before-issue-close: 21
stale-issue-message: "Due to inactivity you will be unassigned soon and the issue be freed."
exempt-issue-labels: "shoutout"
remove-assignee:
runs-on: ubuntu-latest
steps:
- name: Unassign contributor after days of inactivity
uses: BoundfoxStudios/[email protected]
with:
last-activity: 14

0 comments on commit a6a6b98

Please sign in to comment.