Skip to content

chore(deps): bump @wireapp/react-ui-kit from 9.59.1 to 9.69.6 #197

chore(deps): bump @wireapp/react-ui-kit from 9.59.1 to 9.69.6

chore(deps): bump @wireapp/react-ui-kit from 9.59.1 to 9.69.6 #197

name: Link and Lint PR with Jira Ticket Number
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
add-jira-description:
# avoid triggering this action on dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: cakeinpanic/jira-description-action@235b8296c8b4f88c564297246810f084f853dac1
name: jira-description-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://wearezeta.atlassian.net
skip-branches: '^(dev|master|release\/*)$'
fail-when-jira-issue-not-found: true