Skip to content

chore(ci): add labels sync workflow #331

chore(ci): add labels sync workflow

chore(ci): add labels sync workflow #331

---
name: Workflow - Pull Request (on Close)
on:
pull_request:
types:
- closed
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4