mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-24 06:46:39 +00:00
ci: drop description linting
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
bb063ab78a
commit
68e15e71be
18
.github/workflows/prlint.yaml
vendored
18
.github/workflows/prlint.yaml
vendored
@ -17,12 +17,12 @@ jobs:
|
|||||||
- uses: aslafy-z/conventional-pr-title-action@v3
|
- uses: aslafy-z/conventional-pr-title-action@v3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
check-pr-description:
|
# check-pr-description:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- uses: jadrol/pr-description-checker-action@v1.0.0
|
# - uses: jadrol/pr-description-checker-action@v1.0.0
|
||||||
id: description-checker
|
# id: description-checker
|
||||||
with:
|
# with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
# repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
exempt-labels: no qa
|
# exempt-labels: no qa
|
||||||
|
Loading…
Reference in New Issue
Block a user