Skip to content

[gh-actions] Bump conda-incubator/setup-miniconda from 2 to 3 #14

[gh-actions] Bump conda-incubator/setup-miniconda from 2 to 3

[gh-actions] Bump conda-incubator/setup-miniconda from 2 to 3 #14

Workflow file for this run

# Automatically label new pull requests based on the files changed.
#
# See: https://github.com/actions/labeler
#
name: labeller
on: [pull_request_target]
jobs:
label:
name: Label
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/autolabels.yml
sync-labels: true