Skip to content

build(deps): Bump actions/checkout from 5 to 6 #29

build(deps): Bump actions/checkout from 5 to 6

build(deps): Bump actions/checkout from 5 to 6 #29

Workflow file for this run

---
name: Sync Closing Labels
on:
- pull_request_target
jobs:
sync:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Sync labels with closing issues
uses: williambdean/[email protected]
env:
GH_TOKEN: ${{ github.token }}