Unverified Commit cbdd9a52 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Adds PR bot comment. (#5567)

parent 736648d1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -26,4 +26,15 @@ jobs:
          git commit -a -m "$PR_NUMBER"
          git push origin PR_$PR_NUMBER --force
          
  comment-bot:
      permissions: write-all
      runs-on: [ubuntu-latest]
      steps:
      - name: Check out code
        uses: actions/checkout@v4 
      - name: Comment PR
        uses: thollander/actions-comment-pull-request@v2
        with:
          message: |
            The build and test suite have started for your pull request. View [build logs](https://us-west-2.codebuild.aws.amazon.com/project/eyJlbmNyeXB0ZWREYXRhIjoiNDJNZ2MxbHFKTkwxV1RyQUxJekdJY3FIanNqU29rMHB4Nk1YUzk4REIrZUZDeEtEaW9HQlZ1dTZOSHpML2VUTGVDekYydmVFcU9sUHJKN20wQzd1Q0UzSzJscnB0MElDb1M3Ti9GTlJYR1RuMWJTV3V1SkJTa3NoYmc9PSIsIml2UGFyYW1ldGVyU3BlYyI6IjF3U2NTSGlDcEtCc29YVnEiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D) for results.
          
 No newline at end of file