Skip to content

ansible(role/common): add pipx #19

ansible(role/common): add pipx

ansible(role/common): add pipx #19

Workflow file for this run

---
name: PR Labeler
on: # yamllint disable-line rule:truthy
pull_request_target:
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
configuration-path: ".github/labeler.yaml"