Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
FazCodeFR committed Jun 6, 2024
1 parent 47349d2 commit b606588
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/jira-description-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: jira-description-action
on:
pull_request:
types: [opened, edited]
jobs:
add-jira-description:
runs-on: ubuntu-latest
steps:
- uses: cakeinpanic/jira-description-action@master
name: jira-description-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://les-potits-chats.atlassian.net/
skip-branches: '^(production-release|main|master|release\/v\d+)$' #optional
jira-project-key: 'LMST2'
custom-issue-number-regexp: '\d+'

1 comment on commit b606588

@vercel
Copy link

@vercel vercel bot commented on b606588 Jun 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.