urlstechie / urlchecker-action

:octocat: :link: GitHub action to extract and check urls in code and documentations.
https://urlchecker-python.readthedocs.io
MIT License
34 stars 12 forks source link

Change white_listed_* to exclude_* #73

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

This pull request will address #72, mainly that the action should expose exclude_* for each of files, patterns, and urls to be consistent with the opposite include_*. Since we have releases and it's suggested to use them, I think it's better to deprecate the older white_listed_* variables instead of having it confusing with both. I've also updated the examples to reference the master branch and advising the user to change to a release so they are consistent.