The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f2e24166689543f59b0e05f29ddb7721d0db53f6 / Jarek Potiuk <[email protected]>
Add automated version replacement in example dag indexes

Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
https://github.com/apache/airflow/pull/27774#issuecomment-1321166935

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in https://github.com/apache/airflow-site/pull/706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

Report URL: https://github.com/apache/airflow/actions/runs/3613956626

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to