Skip to content

Commit e4b1e55

Browse files
authored
Merge pull request #7 from MiraGeoscience/DEVOPS-989-github-PR-action
DEVOPS-989: use reusable pr_jira_actions workflow
2 parents 28fba19 + d29a2f2 commit e4b1e55

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

.github/workflows/pr_add_jira_summary.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: JIRA actions
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
7+
jobs:
8+
call-workflow-pr_jira_actions:
9+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
secrets:
14+
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
15+
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
16+
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}

0 commit comments

Comments
 (0)