fix: escape ! remove .* (global match) (#146)

This commit is contained in:
James Carnegie
2024-09-03 12:24:26 +01:00
committed by GitHub
parent 1f806f33a8
commit 41847ef238

View File

@@ -68,4 +68,4 @@ autolabeler:
- "/add/i"
- label: "breaking"
title:
- "/.*!/i"
- "/^[a-zA-Z]+!:/i"