Skip to content

Bump the actions group with 2 updates #8600

Bump the actions group with 2 updates

Bump the actions group with 2 updates #8600

Workflow file for this run

name: "PR Labeler"
on:
# ignore zizmor in this case, because the only thing we execute with PR write
# permissions is actions/labeler (this is also the recommended setup of this action).
# Either way, we only run this on the main repository.
- pull_request_target # zizmor: ignore[dangerous-triggers]
permissions: {}
jobs:
label:
runs-on: ubuntu-latest
if: github.repository == 'pydata/xarray'
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: false