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

workflows/autobump: stop running on unrelated workflow updates #167020

Merged
merged 1 commit into from Mar 25, 2024

Conversation

cho-m
Copy link
Member

@cho-m cho-m commented Mar 24, 2024

The original reason for this in #129465 was for @BrewTestBot's fork but I don't think this behavior is needed our current workflows. We may need to reconsider if we change the approach in future.

Fixes #164661

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@cho-m cho-m requested review from MikeMcQuaid and a team as code owners March 24, 2024 01:47
@github-actions github-actions bot added workflows PR modifies GitHub Actions workflow files automerge-skip `brew pr-automerge` will skip this pull request labels Mar 24, 2024
Copy link
Member

@SMillerDev SMillerDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should still try to run it if we change it

@cho-m
Copy link
Member Author

cho-m commented Mar 24, 2024

We should still try to run it if we change it

Do you mean running on modifications of .github/workflows/autobump.yml?

@SMillerDev
Copy link
Member

Yeah, otherwise it'll take a while before we figure out we broke it

@cho-m
Copy link
Member Author

cho-m commented Mar 24, 2024

Okay. Should be fine to run on those as we aren't modifying this workflow that often after splitting out the bump list into a separate file.

The original reason for this in #129465 was for @BrewTestBot's fork
but I don't think this behavior is needed our current workflows.
We may need to reconsider if we change the approach in future.

Fixes #164661

Signed-off-by: Michael Cho <[email protected]>
@cho-m cho-m changed the title workflows/autobump: stop running on workflow updates workflows/autobump: stop running on unrelated workflow updates Mar 24, 2024
@MikeMcQuaid
Copy link
Member

Thanks again @cho-m!

@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Mar 25, 2024
Merged via the queue into master with commit 049b52e Mar 25, 2024
18 checks passed
@MikeMcQuaid MikeMcQuaid deleted the autobump-not-on-push branch March 25, 2024 08:43
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 24, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge-skip `brew pr-automerge` will skip this pull request outdated PR was locked due to age workflows PR modifies GitHub Actions workflow files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some PRs seems to fire the autobump.yml job which can result in the job running twice concurrently
4 participants