mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
13 lines
231 B
YAML
13 lines
231 B
YAML
|
name: PR Labeler
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
types: [opened]
|
||
|
|
||
|
jobs:
|
||
|
pr-labeler:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: TimonVS/pr-labeler-action@v3
|
||
|
env:
|
||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|