Home
last modified time | relevance | path

Searched +full:notify +full:- +full:maintainers (Results 1 – 2 of 2) sorted by relevance

/optee_os/scripts/
H A Dnotify_maintainers.py2 # SPDX-License-Identifier: BSD-2-Clause
6 # Build a message to notify maintainers/reviewers for a PR. Invoked by the
7 # notify.yml workflow which posts the content of the message output by this
11 # and maintainers for 'THE REST'.
14 # REPO: the name of the target repository (normally: OP-TEE/optee_os)
31 """Parse get_maintainer.py output and return GitHub handles to notify.
42 if handle_start == -1 or handle_end == -1:
49 if paren_start != -1 and paren_end != -1:
65 print("# For information: all relevant maintainers/reviewers: " +
68 print("# Subsystem/platform maintainers/reviewers: " +
[all …]
/optee_os/.github/workflows/
H A Dnotify.yml2 # for pull requests against the OP-TEE OS main repository in a secure way.
4 # (issues: write) using the default short-lived GITHUB_TOKEN. Due to this
15 pull-requests: write
17 notify-maintainers:
18 runs-on: ubuntu-latest
20 - name: Checkout base branch
22 - name: Install python3-github
24 sudo apt-get update
25 sudo apt-get install python3-github
26 - name: Compute maintainers
[all …]