Skip to content

Commit

Permalink
Update pr-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushg-07 authored Jun 8, 2024
1 parent d8a7833 commit 32e2b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
const number = context.payload.pull_request.number;
const body = "🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀";
await github.rest.issues.createComment({
owner: owner,
repo: repo,
owner,
repo,
issue_number: number,
body: body
});

0 comments on commit 32e2b2c

Please sign in to comment.