Skip to content

Commit 37d9447

Browse files
committed
chore(governance): remove any step relying on master branch
1 parent 58d278b commit 37d9447

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/mergify.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
# - name: Automatic merge ⬇️ on approval ✔
2424
# conditions:
25-
# - base!=master
2625
# - "#approved-reviews-by>=2"
2726
# actions:
2827
# queue:

.github/workflows/python_build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- "mypy.ini"
1111
branches:
1212
- develop
13-
- master
1413
push:
1514
paths:
1615
- "aws_lambda_powertools/**"
@@ -20,7 +19,6 @@ on:
2019
- "mypy.ini"
2120
branches:
2221
- develop
23-
- master
2422

2523
jobs:
2624
build:

MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ This workflow will update both user guide and API documentation.
217217

218218
### Maintain Overall Health of the Repo
219219

220-
> TODO: Coordinate removing `master` and renaming `develop` to `main`
220+
> TODO: Coordinate renaming `develop` to `main`
221221
222222
Keep the `develop` branch at production quality at all times. Backport features as needed. Cut release branches and tags to enable future patches.
223223

0 commit comments

Comments
 (0)