We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17abd64 commit c5857a8Copy full SHA for c5857a8
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