fix: automatically open new subform table column in edit mode #4326
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: "Lint PR" | |
on: | |
pull_request: | |
branches: [ main ] | |
types: [ opened, synchronize, reopened, edited ] | |
permissions: | |
pull-requests: read | |
jobs: | |
main: | |
name: Validate PR title to be semantic | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
scopes: | | |
accessibility | |
analytics | |
app-deploy | |
app-preview | |
attachments | |
authentication | |
authorization | |
contact | |
content-library | |
codelist | |
dashboard | |
data-modeling | |
data-storage | |
dependencies | |
deps | |
designer | |
designsystem | |
documentation | |
form-layout | |
header | |
infrastructure | |
language | |
login | |
message | |
message-box | |
overview | |
prefill | |
process | |
receipt | |
register | |
resource-adm | |
resource-registry | |
settings | |
studio-root | |
subform | |
testing | |
text | |
text-editor | |
ui-component | |
ui-editor | |
ux | |
workspace |