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:
18
18
unmanaged : false
19
19
.gitpod.yml :
20
20
unmanaged : false
21
- .github/workflows/nightly.yml :
22
- unmanaged : false
23
- .github/workflows/pr_test.yml :
24
- unmanaged : false
25
21
.github/workflows/auto_release.yml :
26
22
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
27
29
Rakefile :
28
30
changelog_max_issues : 500
29
31
extras :
30
32
" 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
36
33
.travis.yml :
37
34
delete : true
38
35
changelog_since_tag : " 3.2.0"
You can’t perform that action at this time.
0 commit comments