Skip to content

pimd: fix stack overflow and IGMPv3 fragmentation in group_retransmit_sources (backport #21047) #1467

pimd: fix stack overflow and IGMPv3 fragmentation in group_retransmit_sources (backport #21047)

pimd: fix stack overflow and IGMPv3 fragmentation in group_retransmit_sources (backport #21047) #1467

Workflow file for this run

name: commitlint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- unlabeled
jobs:
commitlint:
if: ${{ github.repository == 'frrouting/frr' }} && ${{ github.base_ref == 'refs/heads/master' }}

Check warning on line 14 in .github/workflows/commitlint.yml

View workflow run for this annotation

GitHub Actions / commitlint

Workflow syntax warning

.github/workflows/commitlint.yml (Line: 14, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
name: Check if the commits meet the requirements of the guidelines
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check Commit
uses: wagoid/commitlint-github-action@v5
with:
configFile: .github.qkg1.topmitlint.config.js
helpURL: 'https://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html#submitting-patches-and-enhancements'