Skip to content

Commit

Permalink
configure stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Sep 15, 2024
1 parent c9225d3 commit c5a90df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 64 deletions.
61 changes: 0 additions & 61 deletions .github/stale.yml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '21 7 * * *'
- cron: '21 5 * * *'

jobs:
stale:
Expand All @@ -21,7 +21,11 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
exempt-issue-labels: pinned
stale-issue-message: 'This issue has been marked as stale due to inactivity.'
stale-issue-label: 'no-issue-activity'
close-issue-message: 'This issue has been automatically closed due to inactivity.'
exempt-pr-labels: pinned
stale-pr-message: 'This pull request has been marked as stale due to inactivity.'
stale-pr-label: 'no-pr-activity'
close-pr-message: 'This pull request has been automatically closed due to inactivity.'

0 comments on commit c5a90df

Please sign in to comment.