Skip to content

fix(deps): update dependency numpy to <=2.4.0 #685

fix(deps): update dependency numpy to <=2.4.0

fix(deps): update dependency numpy to <=2.4.0 #685

Workflow file for this run

---
name: "Labeler"
on:
pull_request_target:
branches: ["main"]
types: ["opened", "synchronize"]
permissions:
actions: read
contents: read
issues: write
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"