-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bounty] automating official brew update #692
Comments
💎 $80 bounty • Screenpi.peSteps to solve:
Thank you for contributing to mediar-ai/screenpipe! Add a bounty • Share on socials
|
@louis030195 I can do this - but I need to know what permissions the PAT token in the GitHub CI has. |
/attempt #692 Options |
Related to mediar-ai#692 Automate the official brew update in the `release-cli.yml` workflow for macOS. * **Formula/screenpipe.rb** - Update the `version` field to "0.1.99". - Update the `sha256` field for both `x86_64` and `arm64`. - Update the `url` field to match the new version. * **.github/workflows/release-cli.yml** - Add a step to update the Homebrew formula after calculating the SHA256. - Add a step to create a pull request to update the Homebrew formula.
Related to mediar-ai#692 Automate the official brew update in the `release-cli.yml` workflow for macOS. * **Formula/screenpipe.rb** - Update the `version` field to "0.1.99". - Update the `sha256` field for both `x86_64` and `arm64`. - Update the `url` field to match the new version. * **.github/workflows/release-cli.yml** - Add a step to update the Homebrew formula after calculating the SHA256. - Add a step to create a pull request to update the Homebrew formula. Signed-off-by: Vishwanath Martur <[email protected]>
/attempt #692 Options |
💡 @krushnarout submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @krushnarout has been awarded $80! 🎈🎊 |
@krushnarout can you re open a PR to actually make this work? this does not work https://github.com/mediar-ai/screenpipe/actions/runs/11958669798 |
Sure, I'll reopen it. |
@louis030195 I found the solution after opening a discussion https://github.com/orgs/Homebrew/discussions/5753. They explained that the duplicate PR https://github.com/mediar-ai/screenpipe/actions/runs/11958669798 happened because someone else also created a PR, so there's not much you can do about that. They mentioned that the code is correct, but you should remove the entire brew setup. GitHub Actions runners already have Homebrew installed, so there's no need to manually specify the URL or SHA checksum. https://github.com/orgs/Homebrew/discussions/5753#discussioncomment-11346494 Should I open a new pull request? |
sure |
/bounty 80
basically update https://github.com/mediar-ai/screenpipe/blob/main/.github/workflows/release-cli.yml to properly automate official brew too when ran
(if linux is too hard just skip for now, focus on macos)
@Anshgrover23 want to give a shot?
The text was updated successfully, but these errors were encountered: