Skip to content

refactor(remove-comments): unnecessary comments were removed and alsobugs undefined variables were created in /client_server/fork.h, /client_server/udp_client.c and /client_server/udp_server.c #632

refactor(remove-comments): unnecessary comments were removed and alsobugs undefined variables were created in /client_server/fork.h, /client_server/udp_client.c and /client_server/udp_server.c

refactor(remove-comments): unnecessary comments were removed and alsobugs undefined variables were created in /client_server/fork.h, /client_server/udp_client.c and /client_server/udp_server.c #632

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"