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
Copy file name to clipboardExpand all lines: .github/workflows/enable-automerge.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
-
name: Dependabot Auto-Merge
1
+
name: Dependabot - Enable Auto-Merge
2
2
3
3
# Dependabot Pull Requests Auto-Merge
4
4
5
-
# The auto-merge will be performed only if the semantic version for the changes is MINOR or PATCH.
5
+
# This workflow does not execute the merge itself. Instead, it serves as a filter that enables GitHub's native Automatic Merging feature when conditions are met.
6
+
7
+
# The auto-merge will be enabled only if the semantic version for the changes is MINOR or PATCH.
6
8
# Pull Requests with semantic versions MAJOR will need manual review and approval.
7
9
10
+
# Once the version filter has enabled Auto-Merge, the Pull Request will enter a waiting state until all required checks defined in the master Branch Protection Rules are passed.
11
+
# The secured process is: Safe Version → Enable Auto-Merge → Wait for CI Tests → Automatic Merge.
0 commit comments