-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: chat-ops #38754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: chat-ops #38754
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1610,6 +1610,28 @@ request by pushing to the branch on GitHub:: | |||||
|
||||||
git push origin shiny-new-feature | ||||||
|
||||||
Autofixing formatting errors | ||||||
---------------------------- | ||||||
|
||||||
We use several styling checks(e.g. ``black``, ``flake8``, ``isort``) which are run after | ||||||
you make a pull request. If there is a scenario where any of these checks fail then you | ||||||
can comment:: | ||||||
|
||||||
@githubactions pre-commit | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should be
Suggested change
, I missed out the |
||||||
|
||||||
on that pull request. This will trigger a workflow which will autofix formatting errors. | ||||||
|
||||||
Backporting (optional) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should only be in the maintainers section (i think we have one?) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, doc/source/development/maintaining.rst - @1nF0rmed could you move this over there please? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does that include the backporting section? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, the whole part about |
||||||
---------------------- | ||||||
|
||||||
In the case you want to apply changes to a stable branch from a newer branch then you | ||||||
can comment:: | ||||||
|
||||||
@meeseeksdev backport | ||||||
|
||||||
This will trigger a workflow which will backport a given change to a branch | ||||||
(e.g. ``@meeseeksdev backport 1.2.x``) | ||||||
rhshadrach marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
Delete your merged branch (optional) | ||||||
------------------------------------ | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.