Skip to content

Bump wd60622/closing-labels from 0.0.4 to 0.0.6 #8

Bump wd60622/closing-labels from 0.0.4 to 0.0.6

Bump wd60622/closing-labels from 0.0.4 to 0.0.6 #8

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 }}