Searched +full:notify +full:- +full:maintainers (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: BSD-2-Clause6 # Build a message to notify maintainers/reviewers for a PR. Invoked by the7 # notify.yml workflow which posts the content of the message output by this11 # 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 …]
2 # 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 this15 pull-requests: write17 notify-maintainers:18 runs-on: ubuntu-latest20 - name: Checkout base branch22 - name: Install python3-github24 sudo apt-get update25 sudo apt-get install python3-github26 - name: Compute maintainers[all …]