Skip to content

Commit 66fa209

Browse files
author
bowenislandsong
committed
f
1 parent eace8d4 commit 66fa209

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/flake-analyzer-periodics.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
with:
2626
name: flake-report-${{ github.run_id }}
2727
path: ${{ github.workspace }}/flake-analyzer/report/artifacts/*
28+
- name: Comment PR
29+
uses: thollander/actions-comment-pull-request@master
30+
with:
31+
message: 'Example of message !'
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)