Skip to content

Commit

Permalink
add test action
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinpanic committed Nov 14, 2020
1 parent d7a44b7 commit 1ccefec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/add-jira-description.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Add jira ticket link to PR description'
on:
pull_request:
types: [opened, edited]
jobs:
jira-description:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: cakeinpanic/jira-description-action@improvement
name: jira-description
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_API_TOKEN }}
jira-base-url: https://myjira.atlassian.net
skip-branches: '^(production-.+|master)$'
use-branch-name: false
jira-project-key: 'LAW'
custom-issue-number-regexp: '-(TEST\-\d+)'



0 comments on commit 1ccefec

Please sign in to comment.