Add wp widget patch command for nested option updates (#72)
#2
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 |