mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: only check teams on the default branch
PR-URL: https://github.com/nodejs/node/pull/55124 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
ac53a5b29d
commit
e7d27320c3
1
.github/workflows/linters.yml
vendored
1
.github/workflows/linters.yml
vendored
@ -186,6 +186,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Get team members if possible
|
||||
if: ${{ (github.event.pull_request && github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch) || github.event.ref == github.event.repository.default_branch }}
|
||||
id: team_members
|
||||
run: |
|
||||
get_list_members() {
|
||||
|
Loading…
Reference in New Issue
Block a user