llvm-project/.github/workflows
Tom Stellard 9bbe44fb9d github: Fix automated PR creation for backports
GitHub Actions stores the token used for checking out a git repo in
the git configuration and then uses that token for pushes from that
repo too.  We need to use a different token for push because we
are pushing to the llvmbot/llvm-project repo and not the upstream repo,
so we need to disable persist-credentials when checking out the source.
2022-02-04 22:22:01 -08:00
..
README.md Removing the main to master sync GitHub workflow. 2021-01-28 12:18:25 -08:00
closed-issues.yml Remove "awaiting-review" labels from closed issues. 2022-01-27 23:06:15 +03:00
issue-release-workflow.yml github: Fix automated PR creation for backports 2022-02-04 22:22:01 -08:00
issue-subscriber.yml github: Fix issue-subscriber workflow 2022-02-03 16:12:24 -08:00
llvm-bugs.yml No need to checkout a repo 2021-12-17 00:31:19 +03:00
new-issues.yml Disable issue labeler in LLVM forks 2021-12-14 20:02:54 +03:00
repo-lockdown.yml Disable lockdown for external forks by default 2021-10-29 14:54:20 -07:00

README.md

Github action workflows should be stored in this directrory.