SakshamSinghal20 commented on code in PR #62258:
URL: https://github.com/apache/airflow/pull/62258#discussion_r2844771169
##########
.github/workflows/backport-cli.yml:
##########
@@ -100,6 +100,11 @@ jobs:
echo "backport-url=$url" >> "${GITHUB_OUTPUT}"
continue-on-error: true
+ - name: Install gh and jq
+ run: |
+ sudo apt-get update -q
+ sudo apt-get install -y gh jq
Review Comment:
This change isn’t directly related to the structlog fix and I’ll remove it
from this PR. I had initially added it while debugging a local issue with the
backport workflow, but that turned out not to be required for the actual bugfix
here.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]