Searched +full:repo +full:- +full:token (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: BSD-2-Clause14 # REPO: the name of the target repository (normally: OP-TEE/optee_os)16 # GITHUB_TOKEN: authentication token with read access to PR to read comments42 if handle_start == -1 or handle_end == -1:49 if paren_start != -1 and paren_end != -1:75 handles_to_mention = handles - the_rest_handles80 """Run get_maintainer.py with -g PR_NUMBER and parse handles."""83 "-g", pr_number90 github_env = all(os.getenv(var) for var in ("REPO", "PR_NUMBER",96 repo_name = os.getenv("REPO")[all …]
4 - cron: "15 00 * * *"8 pull-requests: write12 runs-on: ubuntu-latest14 - uses: actions/stale@v10.0.016 repo-token: ${{ secrets.GITHUB_TOKEN }}17 …-issue-message: 'This issue has been marked as a stale issue because it has been open (more than) …18 …-pr-message: 'This pull request has been marked as a stale pull request because it has been open (…19 stale-issue-label: Stale20 stale-pr-label: Stale21 exempt-issue-labels: bug,enhancement[all …]