workflows: log issues

This commit is contained in:
tiago
2026-02-08 16:08:28 +00:00
committed by GitHub
parent 097593560a
commit 04c53abda3
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
const body = context.payload.issue.body?.toLowerCase() ?? ""
const body = context.payload.issue.body?.toLowerCase() ?? "";
console.log(context.payload.issue)
const badBody = body.includes("a clear and concise description of what the bug is.")
if (badBody) {
await github.rest.issues.update({