We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fa209 commit 0576004Copy full SHA for 0576004
.github/workflows/flake-analyzer-periodics.yml
@@ -25,8 +25,9 @@ jobs:
25
with:
26
name: flake-report-${{ github.run_id }}
27
path: ${{ github.workspace }}/flake-analyzer/report/artifacts/*
28
- - name: Comment PR
29
- uses: thollander/actions-comment-pull-request@master
+ - name: Comment a pull_request
+ uses: mb2dev/github-action-comment-pull-request@1.0.0
30
31
- message: 'Example of message !'
+ message: "Hello, It's my first comment with Github action !"
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
+ reactions: "+1 | -1 | laugh | hooray | confused | heart | rocket | eyes"
0 commit comments