Skip to content

fix: duplicate 1-1 conversations - WPB-10260 #12384

fix: duplicate 1-1 conversations - WPB-10260

fix: duplicate 1-1 conversations - WPB-10260 #12384

name: Link and Lint PR with Jira Ticket Number
on:
pull_request:
types: [opened, edited]
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
add-jira-description:
runs-on: ubuntu-latest
if: github.event.action == 'opened' || github.event.changes.title != null
steps:
- uses: cakeinpanic/[email protected]
name: jira-description-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://wearezeta.atlassian.net
skip-branches: '^(production-release|main|master|release\/v\d+)$' #optional
fail-when-jira-issue-not-found: false