Skip to content

Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 #5

Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1

Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 #5

Workflow file for this run

name: Sync Closing Labels
on:
- pull_request_target
jobs:
sync:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Sync labels with closing issues
uses: wd60622/[email protected]
env:
GH_TOKEN: ${{ github.token }}