mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-06 06:27:53 -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
|