Skip to content

Commit

Permalink
Enliven the Auto-labeler (#2092)
Browse files Browse the repository at this point in the history
Debug runs passed, enabling for daily runs
  • Loading branch information
brandom-msft authored Sep 28, 2023
1 parent e0283b9 commit a9a237d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: label-stale-issues
run-name: Issue freshness check
on:
schedule:
- cron: '0/5 * * * 1-5'
- cron: '0 2 * * 1-5'

permissions:
issues: write
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# remove-pr-stale-when-updated: # optional, default is
# Run the processor in debug mode without actually performing any operations on live issues.
# optional, default is false
debug-only: true
# debug-only: true
# The order to get issues or pull requests. Defaults to false, which is descending.
# ascending: # optional, default is false
# Delete the git branch after closing a stale pull request.
Expand Down

0 comments on commit a9a237d

Please sign in to comment.