Skip to content

[Enhancement]: Add notice if InstaWP is detected #150

[Enhancement]: Add notice if InstaWP is detected

[Enhancement]: Add notice if InstaWP is detected #150

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