Corrects the regex examples for ignore-versions in the README.md#114
Corrects the regex examples for ignore-versions in the README.md#114GMZwinge wants to merge 1 commit intoactions:mainfrom
ignore-versions in the README.md#114Conversation
|
@GMZwinge sorry for the question, but how do you know that this is correct? Currently I'm using the regex If your PR is right it should work if I change my regex to |
|
I cant seem to get the |
Same here, tried it with double backslashes in the regex and with single backslashes in the regex. This is very frustrating. |
|
@ruben-hoenle-fnt From 7.3.2. Single-Quoted Style: And yes, it should work with |
|
@kalinon The issue with container may be due to ignore-versions doesn't seem to work with container packages (ghcr), not an issue with the regex. |
No need to escape the
\in the regex examples. With the extra\, it deletes all but 3 package versions.