Skip to content

[process][posix] Realign process.Name() with python psutil to return same value on python3 scripts processes #654

[process][posix] Realign process.Name() with python psutil to return same value on python3 scripts processes

[process][posix] Realign process.Name() with python psutil to return same value on python3 scripts processes #654

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 # v4.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"