Merge branch 'main' into fix/buftype-timing

This commit is contained in:
Barrett Ruth 2026-02-21 02:21:50 -05:00
commit 0e55e6df92
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Request Review
uses: actions/github-script@v7
if: github.actor != 'stevearc'
if: github.actor != 'barrettruth'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
@ -23,5 +23,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: pr.number,
reviewers: ['stevearc']
reviewers: ['barrettruth']
});