673 Commits

Author SHA1 Message Date
Mike McQuaid
e64cf21889
Merge pull request #10673 from nandahkrishna/automate-update-maintainers
Automate updation of maintainers in README
2021-02-26 12:30:26 +00:00
Bo Anderson
7e75a49b77
shims/mac/super: add ruby shims to set SDKROOT 2021-02-24 12:48:07 +00:00
Dustin Rodrigues
787e6cb75f
Merge pull request #10667 from dtrodrigues/pr-man 2021-02-22 20:58:42 -05:00
nandahkrishna
88127eee4b
Automate updation of maintainers in README 2021-02-23 02:18:53 +05:30
dependabot[bot]
55208416cc
build(deps): bump reitermarkus/rerun-workflow
Bumps [reitermarkus/rerun-workflow](https://github.com/reitermarkus/rerun-workflow) from e2647e8885422412d5acbd61f9add5b1e77ad3ab to 1.1.6. This release includes the previously tagged commit.
- [Release notes](https://github.com/reitermarkus/rerun-workflow/releases)
- [Commits](e2647e8885...64cba9e834)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 06:55:14 +00:00
Dustin Rodrigues
315c905ccd
tests.yml: remove 'brew man --fail-if-changed' in PR tests 2021-02-21 14:16:31 -05:00
Dustin Rodrigues
5ee7949c79
PR template: remove local 'brew man' step now that it's scheduled 2021-02-21 13:51:08 -05:00
Nanda H Krishna
cdaf5cca16
Merge pull request #10650 from nandahkrishna/automate-brew-man
Add workflow to automate manpage updates
2021-02-20 20:46:07 +05:30
Nanda H Krishna
63175498ed
Merge pull request #10625 from Homebrew/revert-10624-revert-10607-update-issue-templates
.github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax.
2021-02-20 00:36:43 +05:30
nandahkrishna
83255527f3
Add workflow to automate manpage updates 2021-02-19 22:30:56 +05:30
Mike McQuaid
f09c428099
workflows/tests: move more macOS tests to Linux.
`brew style` is OS independent so let's run all the `brew style` tests
on Linux rather than macOS.
2021-02-18 18:21:16 +00:00
hyuraku
8eb18eb698 ISSUE_TEMPLATE/config: repair issue on cask 2021-02-17 22:11:38 +09:00
Mike McQuaid
942015e334
Revert "Revert ".github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax."" 2021-02-15 17:04:17 +00:00
Mike McQuaid
286909e98a
Revert ".github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax." 2021-02-15 16:11:32 +00:00
Mike McQuaid
11766d6aba
Merge pull request #10617 from Homebrew/sync-triage-config
Synchronize triage configuration
2021-02-15 13:00:44 +00:00
Mike McQuaid
d7609b773f
Merge pull request #10607 from MikeMcQuaid/update-issue-templates
.github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax.
2021-02-15 11:22:53 +00:00
BrewTestBot
f8eb3fc05d triage-issues.yml: update to match main configuration 2021-02-15 08:18:10 +00:00
Mike McQuaid
3cb3b34c09
Apply suggestions from code review
Co-authored-by: Megan O'Neill <oneill38@github.com>
2021-02-12 17:35:00 +00:00
Mike McQuaid
ff325301f1
.github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax. 2021-02-12 10:40:21 +00:00
Bo Anderson
98a3a3abfc dependabot: allow indirect dependency updates 2021-02-12 03:13:38 +00:00
Tom Hu
9dff3236a7
Merge branch 'master' into codecov-action 2021-02-10 18:47:57 -05:00
Mike McQuaid
0ee63b0c51
workflows/tests: remove hadolint.
It's failing to install.
2021-02-08 10:29:22 +00:00
Bo Anderson
ab08b01b3f workflows/doctor: fix workflow not running 2021-02-05 15:45:31 +00:00
Markus Reiter
e9a5ef8916 Re-enable vendor-gems for pull requests. 2021-02-05 03:09:48 +01:00
Tom Hu
91e89f41f1 Update path fixing 2021-02-04 12:44:54 -05:00
Tom Hu
b0ec7e94f7 Test for coverage existence 2021-02-04 11:57:11 -05:00
Tom Hu
d02edd7412 Search in Homebrew directory for coverage 2021-02-04 10:55:31 -05:00
Mike McQuaid
44fae45889
workflows/tests: more codecov cleanup. 2021-02-04 09:06:52 +00:00
Tom Hu
4d1c369b1e
Add Codecov GitHub Action step 2021-02-04 09:06:52 +00:00
Mike McQuaid
7347534306
workflows/vendor-gems: disable for pull requests. 2021-02-04 08:52:15 +00:00
Mike McQuaid
d37c8c99f2
Merge pull request #10482 from MikeMcQuaid/tests-bootsnap
workflows/tests: set HOMEBREW_BOOTSNAP.
2021-02-02 14:25:39 +00:00
Mike McQuaid
abb076116b
workflows/tests: set HOMEBREW_BOOTSNAP.
Set this for the only tests with measurable, multi-minute improvements.
2021-02-02 13:51:10 +00:00
Mike McQuaid
536c84e1d8
ISSUE_TEMPLATE/bug: tweak checkboxes.
- Don't require `brew update` (as we run it automatically now)
- Don't ask about `brew doctor` until after they have pasted output (and
  ask them if it has any `Warning` lines)
2021-02-02 13:36:36 +00:00
Mike McQuaid
a6d407ef92
ISSUE_TEMPLATE/feature.yml: add missing "you".
Fixes https://github.com/Homebrew/brew/pull/10472#discussion_r567965249
2021-02-01 17:07:18 +00:00
Mike McQuaid
3e23db2a34
Use new issue templates.
These are in beta and we've been given access to them so: let's try
them out.
2021-02-01 14:53:08 +00:00
Mike McQuaid
92d107d666
Autoformat YAML files
Extracted the `.rubocop_todo.yml` change from #10397 so thought I'd do
this to all committed (non-vendor) YAML files.
2021-01-26 10:16:32 +00:00
Mike McQuaid
b9b1cd8b2b
tests: make macOS tests require a passing syntax job.
The syntax job is quick (takes 1m) and this avoids running the long
macOS job (for which we have a limited number of workers) unless it
has passed.
2021-01-21 16:30:30 +00:00
Mike McQuaid
a65ba2fbfe
Merge pull request #10246 from Homebrew/sync-triage-config
Synchronize triage configuration
2021-01-07 10:17:21 +00:00
BrewTestBot
56a3f20ee6 triage-issues.yml: update to match main configuration 2021-01-07 07:34:56 +00:00
Mike McQuaid
fd69a74075
github/workflows: use macos-latest.
macos-11.0 capacity is too low for us at the moment.
2021-01-06 09:59:20 +00:00
Rylan Polster
65df4efd1a workflows/tests: install shellcheck before checking style 2021-01-01 03:25:47 -05:00
Rylan Polster
9037967444 workflows/triage: fix handling outdated PRs 2020-12-27 18:20:46 -05:00
Markus Reiter
d81f9bc6d4 Add brew typecheck to pull request template. 2020-12-13 03:39:15 +01:00
Rylan Polster
7df1317a03 Remove stale.yml 2020-12-12 12:29:42 -05:00
BrewTestBot
068a5c776d triage-issues.yml: update to match main configuration 2020-12-11 20:09:44 +00:00
Markus Reiter
faa99dfe0c
Run sorbet workflow on Big Sur. 2020-12-11 03:50:33 +01:00
Bryce Glover
39bdb54d2d [.github/workflows/tests.yml] jobs.test-everything: Don't run on user forks. 2020-12-07 19:31:24 -05:00
Bryce Glover
94d68404db [.github/workflows/tests.yml] jobs.tap-syntax: Don't run on user forks. 2020-12-07 19:31:24 -05:00
Bryce Glover
ce11d63ca8 [.github/workflows/docker.yml] jobs.ubuntu: Don't run on user forks. 2020-12-07 19:31:24 -05:00
Mike McQuaid
623840a304
workflows/tests: consolidate macOS tests.
We have a limited number of macOS workers (for the Homebrew
organisation) and queuing these seems to be slowing things down overall
compared to when we had one big job.

Linux throughput is still significantly quicker so it makes sense to
split up those jobs for providing quick feedback on breakages that are
cross-platform (which ends up being most but definitely not all of
them).
2020-12-04 10:13:01 +00:00