Skip to content

feat: update pdf sharing in prebuilt #5547

feat: update pdf sharing in prebuilt

feat: update pdf sharing in prebuilt #5547

Workflow file for this run

# manadate jira number as part of the branch name
name: jira-lint
on: [pull_request]
jobs:
jira-lint:
runs-on: ubuntu-latest
steps:
- uses: cleartax/jira-lint@master
name: jira-lint
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://100ms.atlassian.net
skip-branches: '^(main|production|hotfix)$'
skip-comments: true
pr-threshold: 1000