forked from puppetlabs/support-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sync.yml
More file actions
40 lines (39 loc) · 956 Bytes
/
.sync.yml
File metadata and controls
40 lines (39 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
common:
".gitlab-ci.yml":
delete: true
appveyor.yml:
delete: true
Gemfile:
optional:
":development":
- gem: github_changelog_generator
- gem: puppet_litmus
git: https://github.com/puppetlabs/puppet_litmus
ref: main
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')
- gem: 'octokit'
version:
'= 4.21.0'
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/nightly.yml:
unmanaged: false
.github/workflows/pr_test.yml:
unmanaged: false
.github/workflows/auto_release.yml:
unmanaged: true
.github/workflows/spec.yml:
checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
unmanaged: true
.github/workflows/release.yml:
unmanaged: true
.travis.yml:
delete: true
Rakefile:
changelog_user: "puppetlabs"