Skip to content

Commit

Permalink
SONARPHP-1553 Prevent bots from creating tickets (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabinL21 authored Oct 29, 2024
1 parent d8025b3 commit 5724c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# For external PR, ticket should be created manually
if: |
github.event.pull_request.head.repo.full_name == github.repository
&& github.event.sender.type != 'Bot'
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@v3
Expand Down

0 comments on commit 5724c1a

Please sign in to comment.