We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a3bc3 commit cb7a0e2Copy full SHA for cb7a0e2
.github/workflows/pull-request-title.yml
@@ -16,12 +16,7 @@ jobs:
16
lint:
17
runs-on: ubuntu-22.04
18
steps:
19
- - uses: myparcelnl/actions/setup-app-credentials@v3
20
- id: credentials
+ - uses: myparcelnl/actions/pr-validate-title-conventional@v3
21
with:
22
app-id: ${{ secrets.MYPARCEL_APP_ID }}
23
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}
24
-
25
- - uses: aslafy-z/conventional-pr-title-action@v3
26
- env:
27
- GITHUB_TOKEN: ${{ steps.credentials.outputs.token }}
.github/workflows/test.yml
@@ -10,8 +10,7 @@ concurrency:
10
cancel-in-progress: true
11
12
jobs:
13
- build:
14
- name: 'Test site build'
+ test-build:
15
- uses: actions/checkout@v3
0 commit comments