Skip to content

fix(web): validate attachment filename types #152

fix(web): validate attachment filename types

fix(web): validate attachment filename types #152

Workflow file for this run

name: Pull Request Labeler
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
label:
name: Apply area labels
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
# This privileged event reads configuration from the base branch only.
# Never check out or execute code from the pull request in this job.
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
sync-labels: true