mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue