Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
11c3db77
Unverified
Commit
11c3db77
authored
Jan 22, 2021
by
yann300
Committed by
GitHub
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create automation.md (PR automation) (#760)
parent
25c8f3b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
automation.md
automation.md
+25
-0
No files found.
automation.md
0 → 100644
View file @
11c3db77
# Automation
## Activated automations:
-
**Out of the box, github automerge**
will merge a PR once everything is green. It is activated from a pull request page.
It won't automatically sync (merge or rebase) the branch with master.
For more
[
information
](
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request
)
.
-
**Autosquash**
will automatically update the branch - merge commit (when a new commit lands on master).
It will automatically squash and merge to master once everything is green.
It is activated by adding the
`autosquash`
label.
For more
[
information
](
https://github.com/marketplace/actions/autosquash
)
-
**Autorebase**
will automatically rebase the branch (when a new commit lands on master).
It won't automatically merge to master (this can be done with the first automation).
It is activated by adding the
`autorebase`
label.
For more
[
information
](
https://github.com/marketplace/actions/rebase-pull-requests
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment