Skip to content

Commit f942ae2

Browse files
committed
When auto approve PR include pr number and review-message
1 parent e113fcd commit f942ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Verify.Redist.Update.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ jobs:
6262
uses: hmarr/auto-approve-action@v4
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
65+
pull-request-number: ${{ github.event.pull_request.number }}
66+
review-message: "Auto approved automated PR"

0 commit comments

Comments
 (0)