Home
last modified time | relevance | path

Searched +full:- +full:- +full:branch +full:- +full:repo +full:- +full:token (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/utils/git/
H A Dgithub-automation.py3 # ======- github-automation - LLVM GitHub Automation Routines--*- python -*--==#
7 # SPDX-Licens
362 def token(self) -> str: global() member in ReleaseWorkflow
394 def repo(self) -> github.Repository.Repository: global() member in ReleaseWorkflow
[all...]
/llvm-project/.github/workflows/
H A Dissue-write.yml6 - "Check code formatting"
7 - "Check for private emails used in PRs"
8 - "PR Request Release Note"
10 - completed
16 pr-comment:
17 runs-on: ubuntu-latest
19 pull-requests: write
27 - name: Fetch Sources
30 sparse-checkou
[all...]
H A Dissue-release-workflow.yml2 # to the release branch using comments on issues.
4 # /cherry-pick <commit> <...>
6 # This comment will attempt to cherry-pick the given commits to the latest
7 # release branch (release/Y.x) and if successful, push the result to a branch
10 # /branch <owner>/<repo>/<branch>
12 # This comment will create a pull request from <branch> to the latest release
13 # branch.
23 - created
24 - edited
27 - opened
[all …]
H A Dpr-request-release-note.yml9 - closed
12 request-release-note:
13 if: >-
17 runs-on: ubuntu-latest
19 # We need to pull the script from the main branch, so that we ensure
21 - name: Checkout Scripts
24 sparse-checkout: |
26 llvm/utils/git/github-automation.py
27 sparse-checkout-cone-mode: false
29 - name: Install Dependencies
[all …]
H A Dnew-prs.yml8 # code from the pull request branch.
9 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
12 - opened
13 - reopened
14 - ready_for_review
15 - synchronize
19 runs-on: ubuntu-latest
21 pull-requests: write
26 …# See https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=opened#pull_reque…
28 if: >-
[all …]
/llvm-project/llvm/docs/
H A DHowToReleaseLLVM.rst8 This document contains information about successfully releasing LLVM ---
9 including sub-projects: e.g., ``clang`` and ``compiler-rt`` --- to the public.
21 LLVM is released on a time based schedule --
[all...]
/llvm-project/llvm/docs/Proposals/
H A DGitHubMove.rst22 infrastructure) will continue to work with a Git-based LLVM.
29 This proposal relates only to moving the hosting of our source-code repository
31 using GitHub's issue tracker, pull-requests, or code-review.
35 username/password-hash.
41 ----------------
57 --------
66 through the Git-SVN integration.
82 -----------
85 projects. Any of these could replace the code-hosting infrastructure that we
92 BitBucket: it offers read-write **SVN** access to the repository
[all …]
/llvm-project/libcxx/utils/ci/
H A DDockerfile1 # ===----------
[all...]