Skip to content

Commit 896a41c

Browse files
committed
Test
1 parent 6a65a90 commit 896a41c

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

.github/workflows/pr-review copy.yml

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

.github/workflows/pr-title.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- name: Run add-labels-to-reviewed-pr.sh
19+
run: ./.github/workflows/scripts/add-labels-to-reviewed-pr.sh
1620
env:
1721
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
REPO: ${{ github.repository }}
23+
PR: ${{ github.event.number }}

0 commit comments

Comments
 (0)