Skip to content

chore(deps): bump crowdin/github-action from 1.20.2 to 1.20.3 #20917

chore(deps): bump crowdin/github-action from 1.20.2 to 1.20.3

chore(deps): bump crowdin/github-action from 1.20.2 to 1.20.3 #20917

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@v0.8.0
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: false