feat: setup example app, remove custom app, tests #6729
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |