Skip to content

Commit 14e62cf

Browse files
committed
fix: main branch ruleset shouldn't prevent pull request merges
1 parent 8421539 commit 14e62cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Set up GitHub actions, variables and secrets:
132132
- Secrets and variables / Actions / Actions secrets and variables
133133
- Secrets
134134
- **New repository secret**
135-
- `APP_PEM_FILE` (`GITHUB_APP_PEM_FILE` contents)
135+
- `GH_APP_PEM_FILE` (`GITHUB_APP_PEM_FILE` contents)
136136
- `AWS_ACCESS_KEY_ID`
137137
- `AWS_SECRET_ACCESS_KEY`
138138
- Variables

test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ organization:
1414
- ~DEFAULT_BRANCH
1515
rules:
1616
creation: true
17-
update: true
1817
deletion: true
1918
pull_request:
2019
required_approving_review_count: 0
2120
required_linear_history: true
22-
required_signatures: true
2321
repositories:
2422
- name: .github
2523
# Repository metadata

0 commit comments

Comments
 (0)