Skip to content

Commit baed3fd

Browse files
author
marcello romani
committed
try auto comments on PRs
1 parent 34072a7 commit baed3fd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,17 @@ jobs:
2121
uses: astral-sh/setup-uv@v5
2222
- name: Test
2323
run: make test
24+
25+
comment:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- uses: actions/github-script@v7
29+
with:
30+
github-token: ${{secrets.GHA_PRS}}
31+
script: |
32+
github.rest.issues.createComment({
33+
issue_number: context.issue.number,
34+
owner: context.repo.owner,
35+
repo: context.repo.repo,
36+
body: '👋 Thanks for reporting!'
37+
})

0 commit comments

Comments
 (0)