mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 01:29:00 +01:00
f8bcdddb84
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
13 lines
235 B
YAML
13 lines
235 B
YAML
name: PR Labeler
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
pr-labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: TimonVS/pr-labeler-action@v4.1.1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|