Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 75fc716

Browse files
committed
build: update 'Lint Pull Request title' action
1 parent 7f7da5e commit 75fc716

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/lint_pr_title.yaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
1-
name: 'Lint PR title'
1+
name: "Lint Pull Request title"
2+
23
on:
3-
pull_request_target:
4+
pull_request:
45
types:
56
- opened
67
- edited
78
- synchronize
89

910
jobs:
10-
conventional_pr_title:
11+
lint:
1112
name: Conventional PR title
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: amannn/action-semantic-pull-request@v3.4.5
15-
with:
16+
with:
1617
requireScope: false
1718
env:
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
20-
# See https://github.com/GetStream/verify-semantic-changelog-update
21-
semantic_changelog_update:
22-
name: Semantic changelog update
23-
needs: conventional_pr_title # Trigger after the [conventional_pr_title] completes
24-
runs-on: ubuntu-latest
25-
steps:
26-
- uses: GetStream/verify-semantic-changelog-update@main
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)