mirror of
https://github.com/FossifyOrg/Phone.git
synced 2025-12-24 00:17:45 -05:00
11 lines
188 B
YAML
11 lines
188 B
YAML
name: PR Labeler
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
call-pr-labeler-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr-labeler.yml@main
|
|
secrets: inherit
|