go.ligato.io/vpp-agent/v3@v3.5.0/.github/labeler.yml (about)

     1  "🔗 dependencies":
     2    - go.mod
     3    - go.sum
     4  
     5  "🔃 VPP sync": vpp.env
     6  
     7  "🔨 testing":
     8    - tests/*
     9    - tests/**/*
    10  
    11  "📜 docs & examples":
    12    - docs/*
    13    - docs/**/*
    14    - examples/*
    15    - examples/**/*
    16  
    17  "⚙️ CI/CD":
    18    - .github/*
    19    - .github/**/*
    20    - docker/*
    21    - docker/**/*