Merge pull request #30456 from woocommerce/add/stalebot-enhancement-check

filter out enhancement requests from stalebot
This commit is contained in:
Greg 2021-08-11 14:06:34 -06:00 committed by GitHub
commit 32993b8aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
jobs:
stale:
if: |
! contains(github.event.issue.labels.*.name, 'enhancement')
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3