Skip to content

Investigate build failure: The build failed because a Python process exited with code 2. This is a generic error code for Python, often indicating a script error or missing dependency. #288

Investigate build failure: The build failed because a Python process exited with code 2. This is a generic error code for Python, often indicating a script error or missing dependency.

Investigate build failure: The build failed because a Python process exited with code 2. This is a generic error code for Python, often indicating a script error or missing dependency. #288

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}