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

Remove two more hardcoded master references #7131

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

Conversation

jeffwidman
Copy link
Member

Follows up on #6149 by removing two more hardcoded references to master that I discovered.

Originally I assumed we'd need to flip these to HEAD, but in #6149 we were able to get away with simply removing the hardcoded reference altogether in the bundler ecosystem and we haven't seen any ill effects the past 6 months...

So let's try removing this and see if it works as smoothly in these ecosystems as it did in the bundler ecosystem.

Fix #6202

@jeffwidman jeffwidman requested a review from a team as a code owner April 21, 2023 01:51
@github-actions github-actions bot added L: elixir:hex Elixir packages via hex L: javascript labels Apr 21, 2023
@jeffwidman jeffwidman force-pushed the remove-remaining-hardcoded-master-references branch 2 times, most recently from 59f8f58 to f632c3c Compare April 21, 2023 01:53
@jeffwidman jeffwidman changed the title Remove more hardcoded master references Remove two more hardcoded master references Apr 21, 2023
@jeffwidman
Copy link
Member Author

jeffwidman commented Apr 21, 2023

And two code failures... since these are two separate ecosystems, I'll likely break this into two separate PR's...

I suspect this indicates we'll need to still hardcode some value, but perhaps we can get away with HEAD, otherwise we'll have to have the master vs main conversation...

@abdulapopoola abdulapopoola self-requested a review March 7, 2024 03:17
Removing two more hardcoded references to `master` that I discovered.

Originally I assumed we'd need to flip these to `HEAD`, but in
`https://github.com/dependabot/dependabot-core/pull/6149` we were able to
get away with simply removing the hardcoded reference altogether in the
`bundler` ecosystem and we haven't seen any ill effects the past 6 months...

So let's try removing this and see if it works as smoothly in these
ecosystems as it did in the `bundler` ecosystem.
@jeffwidman jeffwidman force-pushed the remove-remaining-hardcoded-master-references branch from 1b4dc4b to 841725f Compare March 4, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove / fix remaining hardcoded branch references to "master"
2 participants