X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=55e74f61fa64f7f20fd03e10b2b3f4a8176c3e02;hb=5bffa8d1f90fb6fe32641470684ca550be302ad3;hp=bf2a8818d404a26265f23d40f7260e3096ed34f1;hpb=d4b2e9021a83a8c6a86926b72ccdb08870404c80;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index bf2a881..55e74f6 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,6 +1,33 @@ --- -# override default cells to replace centos-7 with debian-8 +".gitlab-ci.yml": + delete: true +appveyor.yml: + delete: true + +Gemfile: + optional: + ":development": + - gem: github_changelog_generator +Rakefile: + changelog_max_issues: 500 +spec/spec_helper.rb: + mock_with: ":rspec" + coverage_report: true +.gitpod.Dockerfile: + unmanaged: false +.gitpod.yml: + unmanaged: false +.github/workflows/pr_test.yml: + unmanaged: false +.github/workflows/nightly.yml: + unmanaged: false +.github/workflows/spec.yml: + checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop' + unmanaged: false +.github/workflows/release.yml: + unmanaged: false +.github/workflows/auto_release.yml: + unmanaged: false .travis.yml: - docker_sets: - - set: docker/ubuntu-14.04 - - set: docker/debian-8 + delete: true +changelog_since_tag: 'v8.0.0' \ No newline at end of file