Unreleased¶
Summary¶
With #420, any GitHub repos using the PTB for documentation will also need to reconfigure the GitHub Pages settings for each repo:
Go to the affected repo’s GitHub page
Select ‘Settings’
Scroll down & select ‘Pages’
Within the ‘Build and deployment’ section, change ‘Source’ to ‘GitHub Actions’.
This should also create a ‘github-pages’ environment, if it does not yet exist. For most repos using the PTB, the updating of the github pages only happens when a PR is merged to main, so please check post-merge that it worked as expected.
With #422, we have hardened the security in our GitHub workflows by explicitly setting permissions to the default GitHub token. In a few repos who greatly differ from the default PTB setup, this might lead to small issues which require the allowed permissions to be increased for specific jobs.
⚒️ Refactorings¶
#412: Refactored pre commit hook package version.py into nox task