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