Skip to content

Commit

Permalink
only documentation for now. Set debug based on how invoked.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpulliam committed Jul 27, 2023
1 parent 07349c6 commit 5438a50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests
name: Mark stale issues

on:
pull_request:
Expand All @@ -28,7 +28,8 @@ jobs:
days-before-stale: 180
days-before-pr-stale: -1 # issues only
days-before-close: 5
any-of-labels: documentation
# any-of-labels: documentation
only-labels: documentation
exempt-issue-labels: 'feature proposal'
exempt-all-milestones: true
debug-only: true
debug-only: ${{ github.event_name == 'pull_request' }} # Dry-run changes to the workflow

0 comments on commit 5438a50

Please sign in to comment.