Lines Matching +full:runs +full:- +full:on
2 # for pull requests against the OP-TEE OS main repository in a secure way.
3 # It runs on the pull_request_target event, which grants write permission
4 # (issues: write) using the default short-lived GITHUB_TOKEN. Due to this
10 on:
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
35 - name: Comment on PR
37 uses: actions/github-script@v8