Skip to content

Commit

Permalink
Create action-needed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palma21 committed Jul 20, 2020
1 parent db9d6b3 commit bd2057e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/action-needed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Mark action required issues and pull requests

on:
schedule:
- cron: "45 17 * * 1"

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'action-required'
stale-pr-label: 'action-required'
stale-issue-message: 'Action required from @Azure/aks-pm'
stale-pr-message: 'Action required from @Azure/aks-pm'
only-labels: 'triage'
days-before-stale: 2
days-before-close: -1

0 comments on commit bd2057e

Please sign in to comment.