potiuk edited a comment on pull request #22585: URL: https://github.com/apache/airflow/pull/22585#issuecomment-1081817402
As visible here: https://github.com/apache/airflow/runs/5736761176?check_suite_focus=true#step:6:748 (Excerpt) ``` GITHUB_CONTEXT={ "token": "***", ,,, "event": { ... "pull_request": { "_links": { "comments": { "href": "https://api.github.com/repos/apache/airflow/issues/22585/comments" }, .... "head": { "label": "apache:fix-caching-strategy-for-images", "ref": "fix-caching-strategy-for-images", "repo": { ... "full_name": "apache/airflow", .. ``` as opposed to (in regular PR) : https://github.com/apache/airflow/runs/5736761176?check_suite_focus=true#step:6:971 ``` "head": { "label": "potiuk:update-dependencies-approach", "ref": "update-dependencies-approach", "repo": { ... "full_name": "potiuk/airflow", ``` -- 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]
