potiuk commented on a change in pull request #16419:
URL: https://github.com/apache/airflow/pull/16419#discussion_r654791856
##########
File path: .github/workflows/ci.yml
##########
@@ -320,8 +320,6 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- # Needs to fetch all history to be able to verify changelog
generation
- fetch-depth: 0
Review comment:
Fetching is done by the script - we are fetching from specially prepared
read only remote https-something-for-providers - this way we make sure we fetch
latest main always - no matter where we branched off - this way we will be
warned in case there are already some changes merged that we did not rebase to
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]