Skip to content

Support some way of annotating that some fields should not be removed from data model even though the component is hidden #325

Support some way of annotating that some fields should not be removed from data model even though the component is hidden

Support some way of annotating that some fields should not be removed from data model even though the component is hidden #325

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
apply-labels:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}