Update autogenerated notice to refer to specific ruamel.yaml version
This commit is contained in:
parent
98884904a2
commit
9f45792756
32 changed files with 34 additions and 32 deletions
|
|
@ -21,10 +21,11 @@ defaultTestVersions = [
|
|||
"nightly-latest"
|
||||
]
|
||||
|
||||
|
||||
# When updating the ruamel.yaml version here, update the PR check in
|
||||
# `.github/workflows/pr-checks.yml` too.
|
||||
header = """# Warning: This file is generated automatically, and should not be modified.
|
||||
# Instead, please modify the template in the pr-checks directory and run:
|
||||
# (cd pr-checks; pip install ruamel.yaml && python3 sync.py)
|
||||
# (cd pr-checks; pip install ruamel.yaml@0.17.31 && python3 sync.py)
|
||||
# to regenerate this file.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue