From 5438a50bbba57f7b98e65c828a951863e9445e8d Mon Sep 17 00:00:00 2001 From: Bob Pulliam Date: Thu, 27 Jul 2023 10:59:50 -0400 Subject: [PATCH] only documentation for now. Set debug based on how invoked. --- .github/workflows/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9a03749852..93495e0f90 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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: @@ -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