Skip to content

Commit

Permalink
(maint) Mark stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Mar 23, 2021
1 parent b4226df commit 08df462
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
@@ -0,0 +1,16 @@
name: Mark stale issues

on:
schedule:
- cron: "30 1 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
stale-issue-message: 'This issue has been marked stale because it is open with no recent activity. The PDK Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete.'
stale-issue-label: 'no-issue-activity'

0 comments on commit 08df462

Please sign in to comment.