Skip to content

Commit

Permalink
Merge pull request #2751 from aschaber1/2747-cleanup-issues-enable-st…
Browse files Browse the repository at this point in the history
…ale-bot

enable github stale action to mark stale issues
  • Loading branch information
aschaber1 committed Apr 15, 2023
2 parents 4d8ac83 + 5e3b8f0 commit 637434b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/no-response.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Remove labels when the issue or PR becomes stale'
on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8

0 comments on commit 637434b

Please sign in to comment.