Skip to content

Commit 6431b35

Browse files
authored
Merge branch 'main' into feature/CC-730/clicktopay
2 parents 98b7ecb + 76f1679 commit 6431b35

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Validate Pull-Request
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- edited
8+
- reopened
9+
- synchronize
10+
11+
jobs:
12+
validate_pr:
13+
uses: unzerdev/unzer-tech-toolbox/.github/workflows/validate-pull-request.yaml@main
14+
with:
15+
jira_alias: ${{ vars.JIRA_ALIAS }}

0 commit comments

Comments
 (0)