Skip to content

🚧Failing tests on MacOS #439

🚧Failing tests on MacOS

🚧Failing tests on MacOS #439

Workflow file for this run

name: 🤖Triage Issue
on:
issues:
types: [opened]
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/[email protected]
with:
add-labels: "⚕️NEEDS-TRIAGE"
ignore-if-assigned: true
ignore-if-labeled: true
repo-token: ${{ secrets.GITHUB_TOKEN }}