Skip to content

Commit ed7b973

Browse files
authored
Ci (#29)
* allow bors to push * disable linear history enforcement for bors
1 parent 0e1de25 commit ed7b973

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/settings.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,11 @@ branches:
125125
# Required. Require branches to be up to date before merging.
126126
strict: true
127127
# Required. The list of status checks to require in order to merge into this branch
128-
contexts: [
129-
"Evaluate flake.nix",
130-
"package docs [x86_64-linux]",
131-
"check from-nixos [x86_64-linux]",
132-
"package default [x86_64-linux]",
133-
"check from-nixos-with-sudo [x86_64-linux]",
134-
"package nixos-remote [x86_64-linux]",
135-
"deploy"
136-
]
128+
contexts: [ "bors" ]
137129
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
138130
enforce_admins: false
139-
# Prevent merge commits from being pushed to matching branches
140-
required_linear_history: true
131+
# Disabled for bors to work
132+
required_linear_history: false
141133
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
142134
restrictions:
143135
apps: [ "bors" ]

0 commit comments

Comments
 (0)