We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a65a90 commit 896a41cCopy full SHA for 896a41c
.github/workflows/pr-review copy.yml
.github/workflows/pr-title.yml
@@ -12,6 +12,12 @@ jobs:
12
name: Validate PR title
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: amannn/action-semantic-pull-request@v5
+ - 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
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+ REPO: ${{ github.repository }}
23
+ PR: ${{ github.event.number }}
0 commit comments