We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
re
1 parent 8e02df3 commit e21ca51Copy full SHA for e21ca51
1 file changed
.github/workflows/dependabot-pr-cleaner.yaml
@@ -67,6 +67,7 @@ jobs:
67
shell: python
68
run: |
69
import html2text
70
+ import re
71
72
with open("body.txt", "r", encoding="utf-8") as f:
73
content = f.read()
0 commit comments