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
* Update user guide for branch protections
* Update pull_request_template
* Fix typos
* Add information to user guide about nox tasks for links & how to configure
* Fix wrong number in changelog
* Exclude version from source code consideration. This is benefitial particularly for new/smaller projects
* Update to be clearer who offers what
Copy file name to clipboardExpand all lines: doc/user_guide/migrating.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,14 +152,14 @@ _______
152
152
153
153
4. Introduce GitHub Workflows
154
154
-----------------------------
155
-
Install the GitHub workflows provided by the :code:`python-toolbox`forfuther details refer to the section :ref:`GitHub Workflows`.
155
+
Install the GitHub workflows provided by the :code:`python-toolbox`forfurther details refer to the section :ref:`GitHub Workflows`.
156
156
157
157
.. attention::
158
158
This is just guidance. If you have a good understanding of the standard project setup, technologies, and tools used, feel free to diverge at any point or exercise your own judgment.
159
159
160
160
161
-
Migration Progess
162
-
+++++++++++++++++
161
+
Migration Progress
162
+
++++++++++++++++++
163
163
164
164
Could be tracked in a formatand based on the information listed in the real life example bellow.
165
165
@@ -218,15 +218,15 @@ Could be tracked in a format and based on the information listed in the real lif
Copy file name to clipboardExpand all lines: doc/user_guide/workflows.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,3 +44,6 @@ The exasol-toolbox ships with various GitHub workflow templates. To leverage the
44
44
++++++++++++++++++++++++++++
45
45
46
46
The best and most maintainable way to have solid branch protection (:code:`Settings/Branches/main`) is to require the workflow :code:`CI / Allow Merge` to pass successfully.
47
+
48
+
.. note::
49
+
Setting the required status checks to pass before merging is only possible after running a CI build at **least once** on the affected branch.
0 commit comments