We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f74869d + 7004cae commit 0f223e0Copy full SHA for 0f223e0
.sync.yml
@@ -16,16 +16,13 @@ spec/spec_helper.rb:
16
unmanaged: false
17
.gitpod.yml:
18
19
-.github/workflows/nightly.yml:
+.github/workflows/auto_release.yml:
20
21
-.github/workflows/pr_test.yml:
+.github/workflows/ci.yml:
22
23
-.github/workflows/spec.yml:
24
- checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
+.github/workflows/nightly.yml:
25
26
.github/workflows/release.yml:
27
28
-.github/workflows/auto_release.yml:
29
- unmanaged: false
30
.travis.yml:
31
delete: true
0 commit comments