This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product-auto-label
bot
added
the
api: composer
Issues related to the googleapis/python-orchestration-airflow API.
label
Aug 27, 2021
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 27, 2021
leahecole
changed the title
Migrate default branch to main
chore: Migrate default branch to main
Aug 27, 2021
dandhlee
suggested changes
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
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"
)
dandhlee
suggested changes
Aug 27, 2021
dandhlee
approved these changes
Aug 27, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Yay!
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Fixes #<issue_number_goes_here> 🦕