Skip to content

Commit fc0b142

Browse files
heiskrCopilot
andauthored
Exclude docs-engineering-bot[bot] from dont-delete-features check (#62267)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 39ff40e commit fc0b142

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dont-delete-features.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ permissions:
2525

2626
jobs:
2727
dont-delete-features:
28-
# It's 'docs-bot' that creates those PR from "Delete orphaned features"
29-
if: github.event.pull_request.user.login != 'docs-bot' && (github.repository == 'github/docs-internal' || github.repository == 'github/docs')
28+
if: github.event.pull_request.user.login != 'docs-bot' && github.event.pull_request.user.login != 'docs-engineering-bot[bot]' && (github.repository == 'github/docs-internal' || github.repository == 'github/docs')
3029
runs-on: ubuntu-latest
3130
steps:
3231
- name: Check out repo

0 commit comments

Comments
 (0)