File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,18 @@ spec/spec_helper.rb:
1818 unmanaged : false
1919.gitpod.yml :
2020 unmanaged : false
21- .github/workflows/nightly.yml :
22- unmanaged : false
23- .github/workflows/pr_test.yml :
24- unmanaged : false
2521.github/workflows/auto_release.yml :
2622 unmanaged : false
23+ .github/workflows/ci.yml :
24+ unmanaged : true
25+ .github/workflows/nightly.yml :
26+ unmanaged : true
27+ .github/workflows/release.yml :
28+ unmanaged : false
2729Rakefile :
2830 changelog_max_issues : 500
2931 extras :
3032 " FastGettext.default_text_domain = 'default-text-domain'"
31- .github/workflows/spec.yml :
32- checks : ' syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
33- unmanaged : false
34- .github/workflows/release.yml :
35- unmanaged : false
3633.travis.yml :
3734 delete : true
3835changelog_since_tag : " 3.2.0"
You can’t perform that action at this time.
0 commit comments