Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modulesync 2.12.0 #68

Merged
merged 4 commits into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
repository:
private: false
has_issues: true
has_projects: false
has_wiki: false
has_downloads: true
default_branch: master
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
delete_branch_on_merge: true
archived: false
branches:
- name: master
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_status_checks:
strict: true
contexts: []
enforce_admins: null
restrictions: null
required_signatures: true
- name: modulesync
protection:
required_pull_request_reviews: null
required_status_checks:
strict: true
contexts: []
enforce_admins: null
restrictions: null
required_signatures: true
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
os: linux
dist: bionic
language: ruby
cache: bundler
Expand All @@ -7,7 +8,7 @@ before_install:
- bundle --version
script:
- 'bundle exec rake $CHECK'
matrix:
jobs:
fast_finish: true
include:
- rvm: 2.4.4
Expand Down Expand Up @@ -100,7 +101,7 @@ notifications:
- "chat.freenode.org#voxpupuli-notifications"
deploy:
provider: puppetforge
user: puppet
username: puppet
password:
secure: "g9ykRmtsQpBmH334LIpyhGRhUs5FjjRadZ4eOqjQI+Nr+8BcyjQdxjp4M4YFlTp2nLVxPODuVtHn9uDqMuV8nOZl7li2HHbBZSpgHJQ7l0ci2k6DKjaeSM2xErtE0anRRqpvyK3+1toZhgdRREta2bgaD+/3cNEJOM60LjwZ3Bc5tusTGPlQCkYN+S/LnbvlmR/G9IW1L5o03qII+wiBfUqDeUf00tTXlNnsexi3pDE1xfyJb9G4/58dkU1Go/qw0fIY/aW5dJTM1p3jGcuybGSxWUYHWHGuo36Fi6PBZ4OEfMCM4W0BTZqpcej6uArxg28NLwR5Np+rBWee4krluUQSS1BOQ1X7gFt1d4PHdQcuX9IZwB903GXebMTmOmHGH8Gyi4p2haYhrpRzZsjeCNlJMTE6gO4Kod2HQ4AKrA+ZJYSfOCgh3Vid4A5P52bII5RGA1hnpcs2SulfTBMsPH3m6lfjVtHOvydnbbbErY0LQm2RJcqqqSkffvhYPUGSd+rBAadNnWzaG51g6LboCzpRXWCn7NHyiAUjUCFM3pvPiqN75Hybl6Oxn/hHzdZaOI4uK4YSQct1AfUuzc4IXxCQamTwTtpyKYJZwJjuk1xzKAya9Nw1O4Sap/KCA6wIAZs60Q5s3qoUeWwpyOJCy70YvniC4l/IGjoI0LsRP60="
on:
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/settings.yml @voxpupuli/project-maintainers
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def location_for(place, fake_version = nil)
end

group :test do
gem 'voxpupuli-test', '>= 1.0.0', :require => false
gem 'voxpupuli-test', '>= 1.4.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
end
Expand Down