Skip to content

Commit

Permalink
Merge 08df462 into b4226df
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Mar 23, 2021
2 parents b4226df + 08df462 commit 47a6444
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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 47a6444

Please sign in to comment.