Home
last modified time | relevance | path

Searched +full:automate +full:- +full:issues +full:- +full:labels (Results 1 – 4 of 4) sorted by relevance

/llvm-project/.github/workflows/
H A Dnew-issues.yml1 name: Labeling new issues
3 issues:
10 automate-issues-labels:
12 issues: write
13 runs-on: ubuntu-lates
[all...]
H A Dnew-prs.yml9 # 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: >-
29 (github.repository == 'llvm/llvm-project') &&
[all …]
/llvm-project/llvm/docs/
H A DDeveloperPolicy.rst30 policies <copyright-license-patents>` with contributors to the project.
33 contributing one-off patches can do so in an informal way by sending them to the
34 `llvm-commits mailing list
35 <http://lists.llvm.org/mailman/listinfo/llvm-commits>`_ and engaging another
42 always welcome `one-off patches`_ from people who do not routinely contribute to
49 ----
[all...]
H A DCodeGenerator.rst2 The LLVM Target-Independent Code Generator
5 .. role:: raw-html(raw)
11 .unknown { background-color: #C0C0C0; text-align: center; }
13 .no { background-color: #C11B17 }
15 .partial { background-color: #F88017 }
16 .yes { background-color: #0F0; }
18 .na { background-color: #6666FF; }
31 The LLVM target-independent code generator is a framework that provides a suite
33 machine code for a specified target---either in assembly form (suitable for a
35 compiler). The LLVM target-independent code generator consists of six main
[all …]