jplag / JPlag

State-of-the-Art Software Plagiarism & Collusion Detection
https://jplag.github.io/JPlag/
GNU General Public License v3.0
989 stars 290 forks source link

Fix close pr workflow closing wrong issues #1748

Closed Kr0nox closed 2 months ago

Kr0nox commented 2 months ago

The workflow that closes issues, closes issues with sub-starting numbers (e.g. Issue is #1234, it closes #1, #12,...)

Fixed by having check that after the last number, comes a non number. To ensure this works for the end of the text, we append a placeholder symbol (a dot)