[do not merge] appium cd68144a7e09fb374c13f961eb2a85245e6eb77a #12
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: Labeler | |
on: | |
pull_request_target: | |
types: [opened, synchronize] | |
branches: [main] | |
permissions: read-all | |
jobs: | |
labeler: | |
permissions: | |
pull-requests: write | |
name: Auto-Label PRs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fuxingloh/multi-labeler@v4 |