chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #383
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 }} |