mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
Merge pull request #12759 from opensourcerouting/fix/revalidate_commit_on_pr_update
tools: Revalidate commits when PR is updated
This commit is contained in:
commit
bbdbc828b3
5
.github/workflows/commitlint.yml
vendored
5
.github/workflows/commitlint.yml
vendored
@ -5,6 +5,9 @@ on:
|
|||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
|
- synchronize
|
||||||
|
- labeled
|
||||||
|
- unlabeled
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
@ -15,6 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check Commit
|
- name: Check Commit
|
||||||
uses: wagoid/commitlint-github-action@v5
|
uses: wagoid/commitlint-github-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user