Skip to content

enhance(electron): options to disable file watcher #2344

enhance(electron): options to disable file watcher

enhance(electron): options to disable file watcher #2344

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3.1.0
with:
# optional, .github/pr-labeler.yml is the default value
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}