Home
last modified time | relevance | path

Searched full:login (Results 1 – 14 of 14) sorted by relevance

/llvm-project/.github/workflows/
H A Dissue-write.yml76 login
88 repo_owner: runInfo.data.head_repository.owner.login,
111 if (pr.baseRepository.owner.login = context.repo.owner && pr.number > pr_number) {
131 if (old_comment.data.user.login != "github-actions[bot]") {
H A Dllvm-bugs.yml43 author : issue.data.user.login,
48 assignee : issue.data.assignees.map((assignee) => assignee.login),
H A Dissue-release-workflow.yml68 …hub.event.action == 'opened' && github.event.issue.user.login) || github.event.comment.user.login
H A Dmerged-prs.yml41 --author "${{ github.event.pull_request.user.login }}"
H A Dbuild-ci-container.yml94 podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
H A Dlibcxx-restart-preempted-jobs.yaml39 core.notice(`Running on "${wf_run.display_title}" by @${wf_run.actor.login} (event: ${wf_run.event})\nWorkflow run URL: ${wf_run.html_url}`)
158 if: github.repository_owner == 'llvm' && (github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled') && github.event.actor.login == 'ldionne' # TESTING ONLY
178 log(`Running on "${wf_run.display_title}" by @${wf_run.actor.login} (event: ${wf_run.event})\nWorkflow run URL: ${wf_run.html_url}`)
/llvm-project/libcxx/utils/ci/
H A Dmacos-ci-setup
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py69 self.org = github.Github(token).get_organization(self.repo.organization.login)
88 Author: {self.issue.user.name} ({self.issue.user.login})
114 self.org = github.Github(token).get_organization(self.repo.organization.login)
173 Author: {self.pr.user.name} ({self.pr.user.login})
500 reviewers.append(review.user.login)
634 submitter = pr.user.login
/llvm-project/llvm/utils/release/
H A Dmerge-request.sh189 # Login to bugzilla
190 $BUGZILLA_CMD login $bugzilla_user
/llvm-project/llvm/docs/
H A DHowToReleaseLLVM.rst156 $ gh auth login
404 access must login to prereleases-origin.llvm.org and manually pull the new
/llvm-project/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.cpp105 "::login",
/llvm-project/lldb/docs/use/
H A Dqemu-testing.rst
/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2224 fun:login=uninstrumented
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3663 // Test if this current login session has a connection to the in login_session_has_gui_access()