Add wp term prune command to remove terms with 0 or 1 published pos…
#9
This file contains hidden or 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: Manage Labels | |
| 'on': | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| paths: | |
| - 'composer.json' | |
| permissions: | |
| issues: write | |
| contents: read | |
| jobs: | |
| manage-labels: | |
| uses: wp-cli/.github/.github/workflows/reusable-manage-labels.yml@main |