Skip to content

feat: add total_received and total_transmitted traffic to network provider #134

feat: add total_received and total_transmitted traffic to network provider

feat: add total_received and total_transmitted traffic to network provider #134

Workflow file for this run

name: PR title check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: write
jobs:
pr-title-check:
runs-on: ubuntu-latest
steps:
- uses: glzr-io/actions/semantic-prs@main
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}