Skip to content

Investigate build failure: A Bash script failed with exit code 1, indicating a generic error. This is a catch-all for script failures and may require further log inspection for root cause. #291

Investigate build failure: A Bash script failed with exit code 1, indicating a generic error. This is a catch-all for script failures and may require further log inspection for root cause.

Investigate build failure: A Bash script failed with exit code 1, indicating a generic error. This is a catch-all for script failures and may require further log inspection for root cause. #291

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/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}