filter out enhancement requests from stalebot

This commit is contained in:
Ron Rennick 2021-08-09 12:42:26 -03:00
parent 7ba121ec1a
commit 9892fe6f43
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