github / stale-repos

Find stale repositories in a GitHub organization.
https://github.blog/2023-06-05-announcing-the-stale-repos-action/
MIT License
123 stars 26 forks source link

support patterns in EXEMPT_REPOS #68

Closed tal66 closed 7 months ago

tal66 commented 7 months ago

hi, this closes #67. used fnmatch (unix shell-style wildcards) for simplicity.

zkoppert commented 7 months ago

Thanks for submitting @tal66 ! I'll take a look at these changes now.