We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c17a05f + cb69732 commit e20659bCopy full SHA for e20659b
.github/workflows/checks.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Update rubygems and install gems
36
run: |
37
- gem update --system 3.3.26 --silent --no-document
+ gem update --system --silent --no-document
38
bundle config set without packaging documentation
39
bundle install --jobs 4 --retry 3
40
.github/workflows/jira.yml
@@ -1,3 +1,6 @@
1
+---
2
+name: Export issue to Jira
3
+
4
on:
5
issues:
6
types: [labeled]
.github/workflows/rspec_tests.yaml
@@ -35,7 +35,7 @@ jobs:
41
0 commit comments