mirror of
https://gh.wpcy.net/https://github.com/wp-cli/profile-command.git
synced 2026-04-17 14:32:21 +08:00
15 lines
262 B
YAML
15 lines
262 B
YAML
name: Welcome New Contributors
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
branches:
|
|
- main
|
|
- master
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
welcome:
|
|
uses: wp-cli/.github/.github/workflows/reusable-welcome-new-contributors.yml@main
|