Skip to content

Commit 7cad21f

Browse files
committed
conflict resolution
2 parents 394804a + b25f3d7 commit 7cad21f

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

.github/workflows/pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
pull-requests: read
1313
statuses: write
14-
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@d788c4f6994c7b37134a9f592fe5db42fd7a0957
14+
uses: amannn/action-semantic-pull-request@v5
1515
with:
1616
types: |
1717
add

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: "PR Workflow"
22

33
on:
44
pull_request:
5-
workflow_call:
6-
5+
types: [opened, reopened, edited, synchronize]
76
jobs:
87
run-format-check:
98
uses: ./.github/workflows/format-check.yml
@@ -33,9 +32,3 @@ jobs:
3332
permissions:
3433
pull-requests: write
3534
contents: read
36-
37-
# validation-checker:
38-
# uses: ./.github/workflows/validation-check.yml
39-
# permissions:
40-
# pull-requests: write
41-
# contents: read

.github/workflows/validation-check.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)