about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorLines
2020-04-29ci: use bash when executing the "bors build finished" jobsPietro Albini-0/+4
We don't clone the repository in those builders, so the default shell (src/ci/exec-with-shell.py) is not present there.
2020-04-22ci: remove duplicated job names on GHAPietro Albini-65/+0
2020-04-22ci: set a default shell on GHAPietro Albini-64/+3
2020-04-18Clarify when to use the tracking issue templateJonas Schievink-1/+1
2020-04-14Update the minimum external LLVM to 8Josh Stone-4/+4
LLVM 8 was released on March 20, 2019, over a year ago.
2020-03-31ci: disable cancel-outdated-builds for the try branchPietro Albini-3/+3
While for auto, try and PR builds we only want the latest commit to be tested, that's not true for try builds: each commit pushed to the branch is a different PR being tested, and we want multiple PRs to be tested in parallel if there is enough demand. Fixes #70569
2020-03-30Add `Rust` to the code snippetDutchGhost-1/+1
2020-03-24ci: run the "bors build finished" jobs only during try and auto runsPietro Albini-4/+4
2020-03-24ci: run gha workflows for try, auto and master on the forkPietro Albini-3/+3
2020-03-24ci: add github actions configurationPietro Albini-0/+781
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-4/+4
2020-01-21Add GitHub issue templatesErin Power-0/+163