We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3056171 + c5857a8 commit 2504fe0Copy full SHA for 2504fe0
1 file changed
.github/workflows/Shared-TierManagement.yml
@@ -449,7 +449,7 @@ jobs:
449
450
set-draft:
451
name: Set PR as draft
452
- if: github.repository_owner == 'MicrosoftDocs' && github.event_name == 'pull_request_target'
+ if: github.repository_owner == 'MicrosoftDocs' && github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'm365-skilling-repo-management[bot]'
453
runs-on: ubuntu-latest
454
steps:
455
- name: Script
0 commit comments