We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a532e9e commit 9e8cefcCopy full SHA for 9e8cefc
.github/workflows/auto-merge-docs.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
auto-merge:
11
- if: github.event.pull_request.head.ref == 'docs-update' && github.event.pull_request.user.login == 'github-actions[bot]'
+ if: github.event.pull_request.head.ref == 'docs-update' && (github.event.pull_request.user.login == 'ChrisTitusTech' || github.event.pull_request.user.login == 'github-actions[bot]')
12
runs-on: ubuntu-latest
13
permissions:
14
pull-requests: write
0 commit comments