Skip to content

Commit

Permalink
Adds PR bot comment. (#5567)
Browse files Browse the repository at this point in the history
  • Loading branch information
amystamile-usgs authored Jul 31, 2024
1 parent 736648d commit cbdd9a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gitlab-codebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit cbdd9a5

Please sign in to comment.