Skip to content

chore: update NetBird to 0.74.6 #50

chore: update NetBird to 0.74.6

chore: update NetBird to 0.74.6 #50

Workflow file for this run

name: PR title
# Validates that PR titles follow Conventional Commits so the autolabeler in
# .github/release-drafter.yml can sort each PR into the right changelog category.
# Remove this workflow if you'd rather not gate PRs on title format.
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
refactor
docs
test
ci
perf
revert