Skip to content

Commit ef520d6

Browse files
committed
Trying to group pre-check workflows
1 parent ba63d07 commit ef520d6

3 files changed

Lines changed: 12 additions & 63 deletions

File tree

.github/workflows/check-pull-request-conventions.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Pull Request Precheck
2+
on:
3+
pull_request:
4+
types: [opened, edited, reopened, ready_for_review, synchronize]
5+
pull_request_target:
6+
types: [opened, edited, reopened, ready_for_review, synchronize]
7+
8+
jobs:
9+
wf-check-pr-title:
10+
name: Build image
11+
uses: ./.github/workflows/check-pull-request-title.yml
12+
secrets: inherit

0 commit comments

Comments
 (0)