Skip to content

Bump scitools/workflows from 2024.10.1 to 2024.10.3 in the dependencies group across 1 directory #416

Bump scitools/workflows from 2024.10.1 to 2024.10.3 in the dependencies group across 1 directory

Bump scitools/workflows from 2024.10.1 to 2024.10.3 in the dependencies group across 1 directory #416

Workflow file for this run

# Reference
# - https://github.com/actions/labeler
name: ci-label
on:
pull_request_target:
types: [opened, edited, reopened]
jobs:
PR_triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}