Skip to content

Commit 76f1679

Browse files
authored
[CC-832] Use re-usable workflow for PR validation (#183)
1 parent d9aaa3c commit 76f1679

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)