chore(deps): bump the python group across 1 directory with 7 updates #363
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: ♻️ Sync Labels | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- main | |
# useful for testing without needing to merge | |
pull_request: | |
branches: | |
- main | |
permissions: | |
issues: write | |
jobs: | |
labels: | |
name: ♻️ Sync labels | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: ⤵️ Check out code from GitHub | |
uses: actions/checkout@v4 | |
- name: 🚀 Run Label Sync | |
uses: srealmoreno/label-sync-action@v1 | |
with: | |
config-file: .github/labels.json | |
clean-labels: true | |
token: ${{ secrets.CHANGESETS_TOKEN }} |