remove workflow change

This commit is contained in:
Chris Titus Tech
2026-02-23 15:35:25 -06:00
parent 787937d402
commit a8db21b2ef

View File

@@ -8,7 +8,7 @@ on:
jobs:
auto-merge:
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]')
if: github.event.pull_request.head.ref == 'docs-update' && github.event.pull_request.user.login == 'github-actions[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write