8000 feat: Add a blocklyTextInputField class to text fields. · google/blockly@0741edf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor!: Improve ability to use CSS to style Blockly. #2545

refactor!: Improve ability to use CSS to style Blockly.

refactor!: Improve ability to use CSS to style Blockly. #2545

on:
pull_request_target:
types:
- opened
- edited
name: conventional-release-labels
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
with:
type_labels:
'{"feat": "PR: feature", "fix": "PR: fix", "breaking": "breaking
change", "chore": "PR: chore", "docs": "PR: docs", "refactor": "PR:
refactor", "revert": "PR: revert", "deprecate": "deprecation"}'
ignored_types: '[]'
0