Skip to content

Commit

Permalink
setting comment_on_pr to false until catchpoint/workflow-telemetry-ac…
Browse files Browse the repository at this point in the history
…tion#51 is merged
  • Loading branch information
geekgonecrazy authored Apr 2, 2024
1 parent 7d52dc9 commit c045379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/telemetry/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
permissions:
pull-requests: write
#permissions:
# pull-requests: write
jobs:
telemetry:
runs-on: ubuntu-latest
Expand All @@ -9,4 +9,4 @@ jobs:
with:
theme: dark
job_summary: true
comment_on_pr: true # set to false before merging at least until https://github.com/catchpoint/workflow-telemetry-action/pull/51 is merged
comment_on_pr: false # set to false at least until https://github.com/catchpoint/workflow-telemetry-action/pull/51 is merged

0 comments on commit c045379

Please sign in to comment.