mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 10:33:27 +08:00
Don't assign reviewers for PRs not to main branch (#7063)
We don't have the same review requirements for other branches.
This commit is contained in:
parent
4e6e8e7e29
commit
64af307eb9
2
.github/workflows/pr-handling.yaml
vendored
2
.github/workflows/pr-handling.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
ask-review:
|
||||
name: Run pull-review
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !github.event.pull_request.draft }}
|
||||
if: ${{ !github.event.pull_request.draft && github.event.pull_request.base.ref == 'main' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run pull-review with docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user