File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
# - name: Automatic merge ⬇️ on approval ✔
24
24
# conditions:
25
- # - base!=master
26
25
# - "#approved-reviews-by>=2"
27
26
# actions:
28
27
# queue:
Original file line number Diff line number Diff line change 10
10
- " mypy.ini"
11
11
branches :
12
12
- develop
13
- - master
14
13
push :
15
14
paths :
16
15
- " aws_lambda_powertools/**"
20
19
- " mypy.ini"
21
20
branches :
22
21
- develop
23
- - master
24
22
25
23
jobs :
26
24
build :
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ This workflow will update both user guide and API documentation.
217
217
218
218
### Maintain Overall Health of the Repo
219
219
220
- > TODO: Coordinate removing ` master ` and renaming ` develop ` to ` main `
220
+ > TODO: Coordinate renaming ` develop ` to ` main `
221
221
222
222
Keep the ` develop ` branch at production quality at all times. Backport features as needed. Cut release branches and tags to enable future patches.
223
223
You can’t perform that action at this time.
0 commit comments