File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1613,7 +1613,7 @@ request by pushing to the branch on GitHub::
1613
1613
Autofixing formatting errors
1614
1614
----------------------------
1615
1615
1616
- We use several styling checks(e.g. ``black ``, ``flake8 ``, ``isort ``) which are run after
1616
+ We use several styling checks(e.g. ``black ``, ``flake8 ``, ``isort ``) which are run after
1617
1617
you make a pull request. If there is a scenario where any of these checks fail then you
1618
1618
can comment::
1619
1619
@@ -1624,13 +1624,13 @@ on that pull request. This will trigger a workflow which will autofix formatting
1624
1624
Backporting (optional)
1625
1625
----------------------
1626
1626
1627
- In the case you want to apply changes to a stable branch from a newer branch then you
1627
+ In the case you want to apply changes to a stable branch from a newer branch then you
1628
1628
can comment::
1629
1629
1630
1630
@meeseeksdev backport
1631
1631
1632
1632
This will trigger a workflow which will backport a given change to a branch
1633
- (e.g. @meeseeksdev backport 1.2.x)
1633
+ (e.g. `` @meeseeksdev backport 1.2.x `` )
1634
1634
1635
1635
Delete your merged branch (optional)
1636
1636
------------------------------------
You can’t perform that action at this time.
0 commit comments