Skip to content

Commit e20659b

Browse files
authored
Merge pull request #9144 from mhashizume/PA-5932/main/jira-workflow-name
(PA-5932) Add name to Jira workflow
2 parents c17a05f + cb69732 commit e20659b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Update rubygems and install gems
3636
run: |
37-
gem update --system 3.3.26 --silent --no-document
37+
gem update --system --silent --no-document
3838
bundle config set without packaging documentation
3939
bundle install --jobs 4 --retry 3
4040

.github/workflows/jira.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
name: Export issue to Jira
3+
14
on:
25
issues:
36
types: [labeled]

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Update rubygems and install gems
3737
run: |
38-
gem update --system 3.3.26 --silent --no-document
38+
gem update --system --silent --no-document
3939
bundle config set without packaging documentation
4040
bundle install --jobs 4 --retry 3
4141

0 commit comments

Comments
 (0)