Update dependency @wordpress/stylelint-config to v21.40.0 #216
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
# Sync Repository Labels Action. | |
# | |
# This action syncs the CoCart standard labels set for this CoCart repository. | |
name: Sync repository labels | |
on: [issues, pull_request] | |
jobs: | |
sync-labels: | |
runs-on: ubuntu-latest | |
name: Sync repository labels | |
steps: | |
- uses: co-cart/repo-labels@v1 | |
with: | |
labels-path: /home/runner/work/_actions/co-cart/repo-labels/v1/labels.json | |
github-token: ${{ secrets.GITHUB_TOKEN }} |