Skip to content

Commit

Permalink
Merge pull request #3961 from epage/prep
Browse files Browse the repository at this point in the history
chore(gh): Prepare for more branches to be added
  • Loading branch information
epage committed Jul 21, 2022
2 parents d40e42a + 0eeb4da commit 1937124
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,13 @@ branches:
contexts: ["CI", "Lint Commits", "Spell Check with Typos"]
enforce_admins: false
restrictions: null
- name: v2-master
protection:
required_pull_request_reviews: null
required_conversation_resolution: true
required_status_checks:
# Required. Require branches to be up to date before merging.
strict: false
contexts: ["CI", "Lint Commits", "Spell Check with Typos"]
enforce_admins: false
restrictions: null
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
pull_request:
push:
branches: [master]
branches: ["*master"]
schedule:
- cron: '3 3 3 * *'
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [master]
branches: ["*master"]
jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1937124

Please sign in to comment.