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 gh action to monitor homebrew repo #26498

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arezaii
Copy link
Contributor

@arezaii arezaii commented Jan 8, 2025

This adds a github action to periodically or manually check the homebrew repo for updates they may have made to our chapel formula. Monitoring this allows us to keep the formula we test main against up to date with new changes the homebrew devs may make.

Currently this runs in a Jenkins job once per night, but just alerts us to the change and requires a user to create the PR. Doing it in a github action should allow the github bot to create the PR for us.

Future Work TODOs:

  • It might be nice to have another companion action that deletes branches created by this bot after they are merged.

  • We might want to notify some set of users if this action runs and finds an existing branch, as a reminder to merge the PR.

@arezaii arezaii force-pushed the monitor-homebrew-repo branch from 56bb7bf to 1646414 Compare January 8, 2025 23:36
@arezaii arezaii force-pushed the monitor-homebrew-repo branch from 1646414 to 03a2580 Compare January 16, 2025 01:17
@arezaii arezaii force-pushed the monitor-homebrew-repo branch from 03a2580 to 0594869 Compare January 16, 2025 01:18
@arezaii arezaii marked this pull request as ready for review January 16, 2025 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants