Skip to content

Commit

Permalink
Merge pull request #9144 from mhashizume/PA-5932/main/jira-workflow-name
Browse files Browse the repository at this point in the history
(PA-5932) Add name to Jira workflow
  • Loading branch information
mhashizume authored Nov 7, 2023
2 parents c17a05f + cb69732 commit e20659b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Update rubygems and install gems
run: |
gem update --system 3.3.26 --silent --no-document
gem update --system --silent --no-document
bundle config set without packaging documentation
bundle install --jobs 4 --retry 3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
name: Export issue to Jira

on:
issues:
types: [labeled]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Update rubygems and install gems
run: |
gem update --system 3.3.26 --silent --no-document
gem update --system --silent --no-document
bundle config set without packaging documentation
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit e20659b

Please sign in to comment.