Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Homebrew/actions

🚀 Homebrew's GitHub Actions
https://github.com/Homebrew/actions

git-try-push: fix Sorbet and SPDX workflows in Homebrew/brew

The Sorbet and SPDX workflows use `origin_branch` as the branch to
rebase on but not push to. Le...

1ae66375556ccd194d6763d5c7068b6f6a7a1374 authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #359 from ZhongRuoyu/count-bottles-fix

count-bottles: fix "command not found" error

a1377360f443cba4201fe7a591d1c60ba7ddab7a authored over 1 year ago by Carlo Cabrera <[email protected]>
count-bottles: use `working-directory`

Co-authored-by: Carlo Cabrera <[email protected]>

d2bff31d4fd257ed033e9c1ff1272bee6d7b5c46 authored over 1 year ago by Ruoyu Zhong <[email protected]>
count-bottles: fix "command not found" error

This should fix the error seen in [^1].

[^1]: https://github.com/Homebrew/homebrew-core/actions...

2623f915fb93b6d4d9a90231e32d362e37535d39 authored over 1 year ago by Ruoyu Zhong <[email protected]>
Merge pull request #358 from carlocab/revert-workdir

Revert "failures-summary-and-bottle-result: change default workdir"

1ee5a832b818e32342693c936e5dfed1e7b75769 authored over 1 year ago by Carlo Cabrera <[email protected]>
Revert "failures-summary-and-bottle-result: change default workdir"

Unfortunately, we cannot use `env` for inputs to an action. [1]

This reverts commit 74ef7285a4b...

ac970b34a979d5836e0620ee8c4fce487f0aa2ae authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #357 from Homebrew/default-summary-dir

failures-summary-and-bottle-result: change default workdir

b6b4e9a5d4d6d59a2aa642d03748e40aebf3fe2b authored over 1 year ago by Mike McQuaid <[email protected]>
failures-summary-and-bottle-result: change default workdir

This is `${{ env.BOTTLES_DIR }}` everywhere we use it in Homebrew/core,
so let's make that the d...

74ef7285a4bf1591dd5a672a0714aef8519dc766 authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #356 from Homebrew/count-bottles

Add an action to count bottles

8188bcb087f5359f46c2b54533378b60e515d509 authored over 1 year ago by Mike McQuaid <[email protected]>
Add an action to count bottles

This will allow us to replace a step in `tests.yml` and `dispatch-*.yml`
in Homebrew/homebrew-core.

8557ba7fe512d749f563d799328c55e40364ee2e authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #355 from Homebrew/setup-homebrew-debug

setup-homebrew: default `debug` to current runner debug state

4e44bfd4306af1c72be40811abf63ae9085ada0d authored over 1 year ago by Carlo Cabrera <[email protected]>
setup-homebrew: default `debug` to current runner debug state

This makes the action run in debug mode if the runner is set to run in
debug mode.

See https://...

ecf30e24d0e08933933581e3cc1a71c89e19dff8 authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #354 from SMillerDev/feature/bump-packages/new_action

bump-packages: new action

32049fd8f8d4d9557a38f71b1cd9e2e7dcb01a97 authored over 1 year ago by Sean Molenaar <[email protected]>
bump-packages: new action

40eec01071c29cc36508c284b40680119b33d3bc authored over 1 year ago by Sean Molenaar <[email protected]>
Merge pull request #353 from Homebrew/dawidd6-patch-1

create-gcloud-instance: change zone

416e2c20cbcf3c1647b033cc371d7545504ee9f1 authored over 1 year ago by Dawid Dziurla <[email protected]>
create-gcloud-instance: change zone

f5c2686e657ad3a83e12589fb48c010d7955c947 authored over 1 year ago by Dawid Dziurla <[email protected]>
Merge pull request #352 from Homebrew/setup-homebrew-shellcheck

setup-homebrew: fix shellcheck errors

8eb0fda635d8dec2dc3d8c57bbf17bc4de324f3a authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #351 from Homebrew/actionlint

workflows: add actionlint workflow

c35a5a11b6eaf8079fae3341231f5ac0bb0ef3ae authored over 1 year ago by Carlo Cabrera <[email protected]>
setup-homebrew: fix shellcheck errors

Also, run `shellcheck` in the test to avoid further errors.

cde0bcd5babb0d7d8d3d1d7a0f8cab0615f23e2a authored over 1 year ago by Carlo Cabrera <[email protected]>
workflows/actionlint: ignore error in `setup-homebrew.yml`

1806c429354c964505a194dccfdb240dfe2fcfa9 authored over 1 year ago by Carlo Cabrera <[email protected]>
workflows: add actionlint workflow

This will help us avoid actionlint errors in the future.

44cc56db1166bce4bcd18dbae0ee755433c78654 authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #350 from Homebrew/fix-actionlint

workflows: fix actionlint errors

60a902bebc5facfce9bcb773a715b20c332b1a82 authored over 1 year ago by Carlo Cabrera <[email protected]>
workflows: fix actionlint errors

These are all mostly adding quotes to variable expansions. The only one
that isn't is the replac...

9a3621b0ee104be53ea4f3ca3dce9ef135a929e1 authored over 1 year ago by Carlo Cabrera <[email protected]>
Merge pull request #348 from ZhongRuoyu/git-try-push-remote_branch

git-try-push: push to `origin_branch`

3599d8b96621e7e741ec2ae1cee1185acd651aed authored almost 2 years ago by Mike McQuaid <[email protected]>
git-try-push: improve readability

Remove the ternary operator usage. Also, since `refspec` is constant,
move it out of the loop an...

cdfc6eed0d3462d586131e75ec5d0e5f92e485ae authored almost 2 years ago by Ruoyu Zhong <[email protected]>
git-try-push: push to `origin_branch`

`gh co $pr_number` produces a local branch with a different name (e.g.,
`$username/master`) when...

a32dc7e13482693173f97b567fb10a9077504fe7 authored almost 2 years ago by Ruoyu Zhong <[email protected]>
git-try-push: use space indentation

9ea4a2215f48fe5c0d2f099d41e51e1968b45730 authored almost 2 years ago by Ruoyu Zhong <[email protected]>
Merge pull request #347 from Homebrew/false-strings

git-try-push: fix truth-y string arguments

e2cdd1a79c377e1af675835f5da09bdbefc3d443 authored almost 2 years ago by Carlo Cabrera <[email protected]>
git-try-push: fix truth-y string arguments

When we pass `false` to `force` and `no_lease`, it is cast as a
`String`. Unfortunately, the str...

00d96942c51efc7a8d59764f190adae435984014 authored almost 2 years ago by Carlo Cabrera <[email protected]>
Merge pull request #345 from Homebrew/no-more-autosquash

check-commit-format: remove reference to autosquash

6da3cf67c6a533625fb1e24416ac3b48a00e404d authored almost 2 years ago by Carlo Cabrera <[email protected]>
check-commit-format: remove reference to autosquash

We're no longer squashing commits by default, so let's update this
action to handle that accordi...

7bcbcb82e029aee5499647e83018902ea4d2dbdb authored almost 2 years ago by Carlo Cabrera <[email protected]>
Merge pull request #343 from Homebrew/deletes-files-missing-content

Don't count deleted files for `missing_content` constraint.

1febe47bbf73fc09ff1eb79a383531ec97a54b4a authored almost 2 years ago by Mike McQuaid <[email protected]>
Fix indentation.

ff29d708104d82880573ddf266bc0237ad7a9f21 authored almost 2 years ago by Markus Reiter <[email protected]>
Fix indentation.

4a7fd7c60ce8970baeda133a9c2c5bdbea9987c8 authored almost 2 years ago by Markus Reiter <[email protected]>
Don't count deleted files for `missing_content` constraint.

d1a1cbbecaa4df9c449edf081942fd7a0f16d6d9 authored almost 2 years ago by Markus Reiter <[email protected]>
Merge pull request #342 from Homebrew/dependabot/npm_and_yarn/filesize-10.0.7

build(deps): bump filesize from 10.0.6 to 10.0.7

4578c0756f6831df6e2d26b5159d38e95c5e334e authored almost 2 years ago by Mike McQuaid <[email protected]>
node_modules: update

dd7899e343621c5ed5796ed67ccb70b984791ec1 authored almost 2 years ago by BrewTestBot <[email protected]>
build(deps): bump filesize from 10.0.6 to 10.0.7

Bumps [filesize](https://github.com/avoidwork/filesize.js) from 10.0.6 to 10.0.7.
- [Release not...

d31e0948a54536c40d0703e8dd2dc7c0b568edf0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #341 from Homebrew/force-push-right-away

git-try-push: skip initial push without force when `no_lease`

ab3e6d5da898194569eac881d1856a3bd6ce1291 authored almost 2 years ago by Carlo Cabrera <[email protected]>
git-try-push: skip initial push without force when `no_lease`

The pull-and-rebase step that this action does upon failure of the
initial `git push` (without f...

357b33d4a5ab999ccebea17f1324e8af705f129d authored almost 2 years ago by Carlo Cabrera <[email protected]>
Merge pull request #340 from Homebrew/force-without-lease

Allow pushes with `--force`.

d2cb4eed5b11f77cddfe3eaada0ee3a339a8f46d authored almost 2 years ago by Mike McQuaid <[email protected]>
Allow pushes with `--force`.

Needed for Homebrew/homebrew-core#126776.

2523525266990f8a9b27265e0716ece93f85fe72 authored almost 2 years ago by Carlo Cabrera <[email protected]>
Merge pull request #339 from Homebrew/sync-triage-config

Synchronize triage configuration

e3b198d8c969148d4dc2912af4ff03419a8f2e38 authored almost 2 years ago by Mike McQuaid <[email protected]>
triage-issues.yml: update to match main configuration

b91b8ebb68453c9eb50403a8bce77fec9a5fd89c authored almost 2 years ago by BrewTestBot <[email protected]>
Merge pull request #336 from nandahkrishna/replace-save-state-set-output

Replace deprecated `set-output` command

bf8757bc21b0cba89461f996ff351821727cf53d authored almost 2 years ago by Nanda H Krishna <[email protected]>
Replace deprecated `set-output` command

bcb7e8ed5c5f073080113a4d2fd36a4c12280eaf authored almost 2 years ago by Nanda H Krishna <[email protected]>
Merge pull request #331 from Homebrew/private-fix

setup-homebrew: fix token handling

7ef15fb9542d5b5d17785655ce48ae34fcf7638a authored almost 2 years ago by Bo Anderson <[email protected]>
setup-homebrew: fix token handling

251cc053a43110ce4dea3cdb6f038147c82d0257 authored almost 2 years ago by Bo Anderson <[email protected]>
Merge pull request #332 from Homebrew/4.0.0-support

setup-homebrew: handle installs without Homebrew/core tapped

bc738ca370c95ed8d8b44c9b5fcba16e54f5218a authored almost 2 years ago by Bo Anderson <[email protected]>
setup-homebrew: handle installs without Homebrew/core tapped

b84b9c947470719ff4138cc1c70b996918e1a612 authored almost 2 years ago by Bo Anderson <[email protected]>
Merge pull request #312 from Homebrew/dependabot/npm_and_yarn/actions/core-1.10.0

build(deps): bump @actions/core from 1.9.0 to 1.10.0

9ce0504c5e4b9138b10b445cc99c1354afba0f19 authored almost 2 years ago by Bo Anderson <[email protected]>
Merge pull request #324 from Homebrew/setup-homebrew-improvements

Various improvements to setup-homebrew

616a563beaa0715ddebbb39a331224af1b46fdaa authored almost 2 years ago by Bo Anderson <[email protected]>
Various improvements to setup-homebrew

Docker file ownership:
* Replace chown logic with setfacl.
- This allows the original permissi...

840f6491759034b559587cf9192e6a3aa81262d3 authored almost 2 years ago by Bo Anderson <[email protected]>
workflows/setup-commit-signing: don't run on forks

a157b982ca32201e70cb46db88443c9dfd44bdac authored almost 2 years ago by Bo Anderson <[email protected]>
workflows/setup-homebrew: expand test matrix

8188d0026bf40ad8e7bea6a1d1bb016866ed466c authored almost 2 years ago by Bo Anderson <[email protected]>
Merge pull request #328 from Homebrew/sync-triage-config

Synchronize triage configuration

449449e64aaa5faac0d24229a2ffba32438e4b63 authored about 2 years ago by Rylan Polster <[email protected]>
triage-issues.yml: update to match main configuration

86a54eaf1969ad8eb6a24fcd8204ac8184ae4c8e authored about 2 years ago by BrewTestBot <[email protected]>
Merge pull request #327 from Homebrew/dependabot/npm_and_yarn/adm-zip-0.5.10

build(deps): bump adm-zip from 0.5.9 to 0.5.10

d1cd1a1a8f1adb3abefac267dd51037062f73188 authored about 2 years ago by Mike McQuaid <[email protected]>
build(deps): bump adm-zip from 0.5.9 to 0.5.10

Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.9 to 0.5.10.
- [Release notes](ht...

140b93ab199a70702515c730e02dc451fbf3ebce authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #326 from Homebrew/dependabot/npm_and_yarn/filesize-10.0.6

build(deps): bump filesize from 10.0.5 to 10.0.6

de148d3692ee16631d63e978f621090c0bdd3d83 authored about 2 years ago by Sean Molenaar <[email protected]>
build(deps): bump filesize from 10.0.5 to 10.0.6

Bumps [filesize](https://github.com/avoidwork/filesize.js) from 10.0.5 to 10.0.6.
- [Release not...

49de75ca631077a4cbbc3104f16b0e8f21b30c12 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #325 from Homebrew/sync-triage-config

Synchronize triage configuration

24adfe27fc8e515deb1753996e07c111c1c16a96 authored about 2 years ago by Sean Molenaar <[email protected]>
triage-issues.yml: update to match main configuration

6dc2cc4d6b0f6ada6442d68ae71d7c4f943989a6 authored about 2 years ago by BrewTestBot <[email protected]>
node_modules: update

b679612a86810c10b975984a83184492d146953a authored about 2 years ago by BrewTestBot <[email protected]>
build(deps): bump @actions/core from 1.9.0 to 1.10.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to ...

671a5805b662e6be79cea9ba31f8f4224b9b64b5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #314 from Homebrew/dependabot/npm_and_yarn/actions/github-5.1.1

build(deps): bump @actions/github from 5.0.3 to 5.1.1

4019aa33c7aaa82f22b10bdf76fe6ef47b406c61 authored about 2 years ago by Bo Anderson <[email protected]>
node_modules: update

14513ce45240debf405137626044ae460743c13c authored about 2 years ago by BrewTestBot <[email protected]>
build(deps): bump @actions/github from 5.0.3 to 5.1.1

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.3...

aa945732ba34f1a310e3ff2eabcad6676caead44 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #313 from Homebrew/dependabot/npm_and_yarn/filesize-10.0.5

build(deps): bump filesize from 9.0.11 to 10.0.5

3a42c32cc29aafac5db3a2cc32093b4011f6b4e0 authored about 2 years ago by Bo Anderson <[email protected]>
download-artifact: adapt for filesize 10.x

21d03b0d811e3cf80e0b2b8034f4102e1c05e70a authored about 2 years ago by Bo Anderson <[email protected]>
node_modules: update

35522946a88369915075626626383bf070acc371 authored about 2 years ago by BrewTestBot <[email protected]>
build(deps): bump filesize from 9.0.11 to 10.0.5

Bumps [filesize](https://github.com/avoidwork/filesize.js) from 9.0.11 to 10.0.5.
- [Release not...

40bcbe429d3fb297424780b4231ceabdec3cddc2 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #323 from Homebrew/ci-fix2

More CI fixes

b088e585a8f3bfeebd0571ab38e330302b45ee1f authored about 2 years ago by Bo Anderson <[email protected]>
create-gcloud-instance: fix style

5d6617372930ef302ab58654c702ec8a851163f1 authored about 2 years ago by Bo Anderson <[email protected]>
workflows/cancel-previous-runs: fix permissions

644adff4cc33d4b44f0dd8442253ded99900fadd authored about 2 years ago by Bo Anderson <[email protected]>
Merge pull request #322 from Homebrew/ci-fix

Fix CI failures

c830ed120c8601271e161bbb24e46882e9a4b6cf authored about 2 years ago by Bo Anderson <[email protected]>
Fix CI failures

abf927b9cc35764830606610aba3e12b74e11de3 authored about 2 years ago by Bo Anderson <[email protected]>
create-gcloud-instance: use Ubuntu 22.04 (#320)

c93ed60fd18549476f10a750dab0f0dd98a83821 authored about 2 years ago by Bo Anderson <[email protected]>
Merge pull request #318 from Homebrew/setup-homebrew-sbin

setup-homebrew/main.sh: add sbin.

0c611abec1fc679030907286a2c084cc92fb8f2e authored about 2 years ago by Mike McQuaid <[email protected]>
setup-homebrew/main.sh: add sbin.

Let's also add `sbin` to the `GITHUB_PATH` to stop complaints about it not being added e.g. http...

659165717b1fd1b535840baa14e399a305d20561 authored about 2 years ago by Mike McQuaid <[email protected]>
Merge pull request #317 from jck112/patch-1

setup-homebrew: git config after fixing permissions

077f79969037d09668739e02eadced826d594bad authored about 2 years ago by Mike McQuaid <[email protected]>
setup-homebrew: git config after fixing permissions

b1bdd59d7f4eadb1ae600d5d79b8aeeb4eabe17a authored about 2 years ago by Justin Klaassen <[email protected]>
Merge pull request #309 from Homebrew/setup-homebrew-ubuntu-latest

setup-homebrew: reenable ubuntu-latest.

29b2973f18e5aca5443f4b3d87f68eda7a27b22b authored over 2 years ago by Sean Molenaar <[email protected]>
setup-homebrew: reenable ubuntu-latest.

Should remove this again once fixed.

02ab1fce8039e495bcbc6c7d2f897d1388b5b4eb authored over 2 years ago by Mike McQuaid <[email protected]>
Merge pull request #308 from Homebrew/fix/attempt_sourcing_shellenv

setup-homebrew: source homebrew from standard locations

a7d313cdea6395776b6f783e2f312b2ee0b53871 authored over 2 years ago by Mike McQuaid <[email protected]>
setup-homebrew: disable ubuntu-latest syntax.

5a84a3b487438aa7ff053d380b2eb749ab6cb64e authored over 2 years ago by Mike McQuaid <[email protected]>
setup-homebrew: only adjust path

8dbf0fad0a85d9e3497cc2f5d9962b6cdd98947f authored over 2 years ago by Sean Molenaar <[email protected]>
setup-homebrew: use lowercase brew

abe35d561ce4714c68044f58edfdef06d1d4d6ed authored over 2 years ago by Sean Molenaar <[email protected]>
setup-homebrew: use elif in fallback setup

Co-authored-by: Mike McQuaid <[email protected]>

e04ab3fcdf095c5b16e6076652b087fdc4964e18 authored over 2 years ago by Sean Molenaar <[email protected]>
setup-homebrew: source homebrew from standard locations

52ddec9ad9f136641644b66508392dcff26f1a8e authored over 2 years ago by Sean Molenaar <[email protected]>
Merge pull request #306 from Homebrew/sync-triage-config

Synchronize triage configuration

b4ee558c8618a7741f9ee928777b93fb25d94ac7 authored over 2 years ago by Rylan Polster <[email protected]>
triage-issues.yml: update to match main configuration

50ad625f325c7049b3d00f97161d17c72482732b authored over 2 years ago by BrewTestBot <[email protected]>
Merge pull request #305 from Homebrew/setup-homebrew-ubuntu-22.04

setup-homebrew: fix, test on Ubuntu 22.04.

0793b92253eab28e2ab73695497882f5c8f4a1cb authored over 2 years ago by Mike McQuaid <[email protected]>
setup-homebrew: fix, test on Ubuntu 22.04.

70b3a01ccc859b694f8833d1c531894d3a1ca3c7 authored over 2 years ago by Mike McQuaid <[email protected]>
Merge pull request #302 from carlocab/failures-typo

failure-summary: fix typo

3db14755156ae235e90a898e546323186322a02c authored over 2 years ago by Carlo Cabrera <[email protected]>
failure-summary: fix typo

It should be `</details>` and not `<\details>`.

db910e9495f87ffbda369969eaa88249edbd8965 authored over 2 years ago by Carlo Cabrera <[email protected]>
Merge pull request #301 from kobim/setup-homebrew/private-repo

setup-homebrew: private repositories support

07bca7a072db407c6899dc7424db1dcedfcd9abe authored over 2 years ago by Mike McQuaid <[email protected]>
fix: CR comments

a4516c28729b44452bbf95e17457bec74aa5bdd2 authored over 2 years ago by Kobi Meirson <[email protected]>
feat: private repositories support in setup-homebrew

28e66c2314f7bb49a020c43019b22cfb9bd20e34 authored over 2 years ago by Kobi Meirson <[email protected]>
Merge pull request #299 from carlocab/output-collapse

failures-summary: support optionally collapsing output

fa0ee3dc29e7cba062a59159157c05815d6594aa authored over 2 years ago by Carlo Cabrera <[email protected]>