Skip to content

fix(app): report an exited target once instead of spamming error dialogs #58

fix(app): report an exited target once instead of spamming error dialogs

fix(app): report an exited target once instead of spamming error dialogs #58

Workflow file for this run

name: Labeler
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR by changed files
runs-on: ubuntu-latest
steps:
- name: Apply labels
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml
sync-labels: true