We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7532c commit 0ee0911Copy full SHA for 0ee0911
1 file changed
.github/workflows/pr-automerge-open-release.yml
@@ -1,13 +1,6 @@
1
-# For non-draft changes to Named Release branches:
2
-# - Check if the user belongs to a maintainers team.
3
-# - If so, approve the pull request.
4
-# - Tag community-engineering (for now) and the maintainers team.
5
-# - Merge the PR when the author comments `@edx-community-bot merge`.
6
-# Required organization secrets
7
-# - CC_GITHUB_TOKEN=...
8
-# - CC_TEAM_CHAMPIONS=org/team-name
9
-# - CC_TEAM_CONTRIBUTORS_ORG=org
10
-# - CC_TEAM_CONTRIBUTORS_TEAM=team-name
+# Enable automerging for named release branches.
+# See the reusable workflow for details:
+# https://github.com/openedx/.github/.github/workflows/pr-automerge-open-release.yml
11
12
name: Automerge BTR open-release PRs
13
0 commit comments