Skip to content

refactor: improved message obfuscation by randomizing length and handling special characters (#16345) #18156

refactor: improved message obfuscation by randomizing length and handling special characters (#16345)

refactor: improved message obfuscation by randomizing length and handling special characters (#16345) #18156

name: Link and Lint PR with Jira Ticket Number
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
add-jira-description:
runs-on: ubuntu-latest
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