You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #641, we added the option to modify workflow templates via a YML using the nox session workflows:update. Now, we want to ensure that the modified workflow templates are ONLY modified via that YML.
To Do
Update workflows:check to check that modified workflow templates are the same as what is present in the project. If not, print out the difference and exit 1. If they're identical, then exit 0.
Update the PTB so that checks.yml and slow-checks.yml will work
Update the user & developer guides
Update the release guide to nudge users into updating their .gitattributes files accordingly