Skip to content
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

Add auto-approve action for Coder Desktop releases #194

Open
ThomasK33 opened this issue Feb 27, 2025 · 0 comments
Open

Add auto-approve action for Coder Desktop releases #194

ThomasK33 opened this issue Feb 27, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ThomasK33
Copy link
Member

The Coder Desktop repository is configured so that every push to the main branch or merge of a pull request triggers a build of the application and uploads it to GitHub. This setup simplifies the process of testing and sharing pre-release versions, eliminating the need to compile the application locally and follow multiple steps.

We need to update the coder-desktop-preview cask file to reflect a newer version; otherwise, Homebrew will not recognize that an update is available. To streamline this process, we have implemented automation on the Coder Desktop side that regenerates the cask file with each new version/tag. However, this can become cumbersome, as each merged pull request (PR) on Coder Desktop results in one PR in this repository with only a minor change.

We should create a GitHub Action that automatically approves and enables 'merge when ready' for pull requests made by the cdrci user, specifically on a particular branch or with a specific label.
The action needs to be generic and not specific to Coder Desktop so that it can be easily extended to accommodate other formulas and casks.

@ThomasK33 ThomasK33 added the enhancement New feature or request label Feb 27, 2025
@ThomasK33 ThomasK33 self-assigned this Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant