gitbutler/.github/workflows/pr-labeler.yml
Mattias Granlund aa4e1667c7 Enable prettier for .vscode files
- unclear why these were ever ignored
2024-10-09 11:31:08 +02:00

20 lines
425 B
YAML

# https://github.com/actions/labeler#create-workflow
name: Label Pull Requests
on:
pull_request_target:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: 'gitbutlerapp/gitbutler'
- uses: actions/labeler@v5
with:
configuration-path: '.github/pr-labeler.yml'