Skip to content

build(dev-dependency): ⬆️ bump psutil from 5.9.6 to 5.9.8 #780

build(dev-dependency): ⬆️ bump psutil from 5.9.6 to 5.9.8

build(dev-dependency): ⬆️ bump psutil from 5.9.6 to 5.9.8 #780

Workflow file for this run

# SPDX-FileCopyrightText: © 2023 Romain Brault <mail@romainbrault.com>
#
# SPDX-License-Identifier: MIT
name: "Pull Request Labeler"
on:
pull_request:
branches: ["main"]
jobs:
pr-triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@4.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true