feat: remove creat subfom buttom and show delete button just when it is a s… #3254
Workflow file for this run
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 | |
subform | |
testing | |
text | |
text-editor | |
ui-component | |
ui-editor | |
ux | |
workspace |