Open ghost opened 4 years ago
I guess I was doing tests on an already opened pull request, that's why it didn't behave as expected. Though I still believe you should provide a text area and not a textbox to balcklist commiters. I worked around this with a regex.
Hi,
I can't find a way to specify multiple commiters to blacklist (comma separated or anything else), it seems you provide a simple textbox but behind the scenes you try to parse a string with line breaks which we can't provide. Am I missing something ?
The goal for me would be to allow only specific users to trigger the job, I played around with blacklist and whitelist and I can't seem to make it work.
Could someone tell me how I can achieve that ?
Thanks