mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Reduce the number of automated comments left on PR
This commit is contained in:
parent
ed5b4ae5dc
commit
eda0038770
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pr-build-scan-comment.yml
vendored
6
.github/workflows/pr-build-scan-comment.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: Add a build scan comment to PR
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
jobs:
|
||||
gradle:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -21,5 +23,5 @@ jobs:
|
|||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: 'Dummy comment for PR: ${{ steps.gradle.outputs.build-scan-url }}'
|
||||
body: 'PR ready for review: ${{ steps.gradle.outputs.build-scan-url }}'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue