Block Editor Handbook -> Reference Guides -> Block API Reference -> Supports -> Spacing has not working example for default attributes #4115
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: Notify team based on issue labels | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
# https://github.com/marketplace/actions/issue-label-notifier | |
- uses: jenschelkopf/[email protected] | |
with: | |
# The Team | |
# https://make.wordpress.org/docs/handbook/the-team/ | |
recipients: | | |
block editor=@Leonardus-Nugraha | |
has-screenshots=@Leonardus-Nugraha @atachibana | |
user documentation=@Leonardus-Nugraha @atachibana | |
plugins=@theMikeD | |
themes=@kafleg @carolinan @TeBenachi | |
code reference=@stevenlinx | |
external links=@zzap | |
apis=@zzap | |
advanced administration=@javiercasares | |
tutorial review=@Leonardus-Nugraha | |
[Status] Review=@docs-reviewers |