Convert .Draggable
to UI drag detectors
#167
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue labeling | |
permissions: | |
issues: write | |
contents: read | |
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened, synchronize, ready_for_review, auto_merge_enabled, unlabeled] | |
jobs: | |
autotriage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/[email protected] | |
with: | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: false | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
sync-labels: 1 |