Skip to content

feat(file-picker): add webPath property #36

feat(file-picker): add webPath property

feat(file-picker): add webPath property #36

Workflow file for this run

name: Close incomplete issues
on:
issues:
types:
- labeled
permissions:
issues: write
jobs:
add-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'invalid'
steps:
- name: Close Issue
uses: peter-evans/close-issue@v3
with:
issue-number: ${{ github.event.issue.number }}
comment: |
This issue has been labeled as `invalid`. This label is added to issues that are incomplete and do not provide enough information for us to help you. Please reach out if you have any questions or concerns.