Skip to content

DEVOPS-1060: in github, exception on jira number check for automatic PR Bumping CI-tools #49

DEVOPS-1060: in github, exception on jira number check for automatic PR Bumping CI-tools

DEVOPS-1060: in github, exception on jira number check for automatic PR Bumping CI-tools #49

Workflow file for this run

name: JIRA actions
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
call-workflow-pr_jira_actions:
uses: ./.github/workflows/reusable-jira-pr_actions.yml
permissions:
contents: read
pull-requests: write
secrets:
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}