Skip to content

Commit

Permalink
Merge pull request #757 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
joshcooper authored Nov 7, 2023
2 parents 7ffa874 + 33091c4 commit 28dbddb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component_diff_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Check
steps:
- name: Checkout current PR
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

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/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Mend Monitor
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ruby version 2.7
Expand Down

0 comments on commit 28dbddb

Please sign in to comment.