What is proper migration process from nss build to foss build to allow usage of sqm? #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Labeller | |
on: | |
issues: | |
types: [ opened ] | |
jobs: | |
label-component: | |
name: Validate and Tag Bug Report | |
permissions: | |
issues: write | |
uses: openwrt/actions-shared-workflows/.github/workflows/issue-labeller.yml@main |