mkotsollaris/stale-md

Request: IGNORED_FILES as a directory path

Opened this issue · 0 comments

Is there an existing issue that is already proposing this?

  • I have searched the existing issues

Describe the problem imposed by not having this feature

Add ability for IGNORED_FILES to include a directory path and ignore all files under it. Something like a regex PATH/*

Describe the solution you'd like

IGNORED_FILES:
    default: "./.github/PULL_REQUEST_TEMPLATE/*"

Ignore all .md files under PULL_REQUEST_TEMPLATE directory.

Other

No response