From 45c8a038cf11afe65d0fee75c0cefb39ad438fe4 Mon Sep 17 00:00:00 2001 From: Chamonex Date: Thu, 22 Jan 2026 15:16:20 -0300 Subject: [PATCH 1/3] test commit - disparar comentario --- docs/test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/test.md diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 0000000..a89d927 --- /dev/null +++ b/docs/test.md @@ -0,0 +1 @@ +# teste \ No newline at end of file From 931f55edd41cd857326b83bb060edc889f909078 Mon Sep 17 00:00:00 2001 From: Chamonex Date: Thu, 22 Jan 2026 15:23:06 -0300 Subject: [PATCH 2/3] test2 --- .github/workflows/comment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment.yaml b/.github/workflows/comment.yaml index 2d2223a..d97a984 100644 --- a/.github/workflows/comment.yaml +++ b/.github/workflows/comment.yaml @@ -14,6 +14,8 @@ jobs: - uses: actions/github-script@v8 with: script: | + console.log('Context object:', JSON.stringify(context, null, 2)); + github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, From 8bf7c494933231db818b838379dcc607d4aa3d5c Mon Sep 17 00:00:00 2001 From: Chamonex Date: Thu, 22 Jan 2026 15:25:13 -0300 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20workflow=20comment=20roda=20em=20atu?= =?UTF-8?q?aliza=C3=A7=C3=B5es=20no=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment.yaml b/.github/workflows/comment.yaml index d97a984..42977a8 100644 --- a/.github/workflows/comment.yaml +++ b/.github/workflows/comment.yaml @@ -2,7 +2,7 @@ name: Comment on PR on: pull_request: - types: [opened] + types: [opened, synchronize] permissions: pull-requests: write