Skip to content

Commit

Permalink
Update action-needed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palma21 committed Jul 21, 2020
1 parent 719031e commit cbf1403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Mark action required issues and pull requests

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

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
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-stale: 5
days-before-close: -1

0 comments on commit cbf1403

Please sign in to comment.