From e977715f48359d67050593f26807d4ec8ceac815 Mon Sep 17 00:00:00 2001 From: Linda Nguyen <98489141+lindan-betterment@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:57:19 -0400 Subject: [PATCH] Update comment-pr.yml --- .github/workflows/comment-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index b5a7d2f..db7cdf1 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -17,7 +17,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | - const comment = "hell yeah dude"; + const comment = "hell no dude"; await github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner,