mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
15 lines
No EOL
308 B
YAML
15 lines
No EOL
308 B
YAML
name: "Pull Request Labeler (auto)"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
labeler:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- id: label-the-PR
|
|
uses: actions/labeler@v5
|
|
with:
|
|
configuration-path: '.github/labeler.yml' |