meain / gh-issues-to-rss

Convert github issues and prs into rss feed
https://blog.meain.io/2021/releasing-gh-issues-to-rss/
Apache License 2.0
13 stars 1 forks source link

Add options to ignore specific tags #1

Open meain opened 2 years ago

meain commented 2 years ago
http://<url>/<org>/<repo>?nl=dependencies

The key could be something like nl. Will be additive, as in even if there is a label that the user has specified, if it has a label specified via nl we drop the item.

Current usecase is to avoid dependabot pull requests.

meain commented 2 years ago

Maybe even -l instead of nl for key.