Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

chore: Migrate default branch to main #18

Merged
merged 6 commits into from
Aug 27, 2021
Merged

Conversation

leahecole
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@leahecole leahecole requested a review from a team as a code owner August 27, 2021 18:16
@product-auto-label product-auto-label bot added the api: composer Issues related to the googleapis/python-orchestration-airflow API. label Aug 27, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 27, 2021
@leahecole leahecole changed the title Migrate default branch to main chore: Migrate default branch to main Aug 27, 2021
README.rst Outdated
@@ -10,7 +10,7 @@ schedule, and monitor pipelines.
- `Product Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
Copy link
Contributor

Choose a reason for hiding this comment

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

The link gives 404 for now, could you revert it back?

s.replace(
  "README.rst",
  "google-cloud-python/blob/main/README.rst",
  "google-cloud-python/blob/master/README.rst"
)

in owlbot.py should fix it!

docs/README.rst Outdated
@@ -10,7 +10,7 @@ schedule, and monitor pipelines.
- `Product Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

Copy link
Contributor

Choose a reason for hiding this comment

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

use:

s.replace(
  "docs/README.rst",
  "google-cloud-python/blob/main/README.rst",
  "google-cloud-python/blob/master/README.rst"
)

@leahecole leahecole requested a review from dandhlee August 27, 2021 18:43
owlbot.py Show resolved Hide resolved
@leahecole leahecole requested a review from dandhlee August 27, 2021 19:09
Copy link
Contributor

@dandhlee dandhlee left a comment

Choose a reason for hiding this comment

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

LGTM. Yay!

@dandhlee dandhlee merged commit 7b33b13 into main Aug 27, 2021
@dandhlee dandhlee deleted the migrate-default-branch-to-main branch August 27, 2021 20:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: composer Issues related to the googleapis/python-orchestration-airflow API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants