mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-07 06:02:04 -05:00
14 lines
202 B
YAML
14 lines
202 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: read
|
|
|
|
jobs:
|
|
call-pr-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr.yml@main
|