Skip to content

Commit 0e6d2aa

Browse files
committed
ci: added jira ticket check
1 parent a94dea9 commit 0e6d2aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/jira-integration.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Jira Integration
2+
on:
3+
pull_request:
4+
types: [opened, edited, synchronize]
5+
6+
permissions:
7+
statuses: write
8+
pull-requests: write
9+
10+
jobs:
11+
jira-validation:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: mapcolonies/javascript-github-actions/actions/jira-integration@jira-integration-v1

0 commit comments

Comments
 (0)