Skip to content

Release note for Plugin Pipeline Example 0.3.10-rc1 #1585

Release note for Plugin Pipeline Example 0.3.10-rc1

Release note for Plugin Pipeline Example 0.3.10-rc1 #1585

Workflow file for this run

name: Welcome
on:
pull_request:
types: [opened, closed]
issues:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: wow-actions/welcome@v1
with:
FIRST_ISSUE: |
👋 @{{ author }}
Thanks for opening your first issue here! @pantheon-systems/docs-admins is excited to review this!
FIRST_PR: |
👋 @{{ author }}
Thanks for opening your first pull request! @pantheon-systems/docs-admins is excited to review this!
FIRST_PR_MERGED: |
🎉 @{{ author }}
Congrats on merging your first pull request! @pantheon-systems/docs-admins appreciates your contribution!!
STAR_MESSAGE: If you like this project, please ⭐star⭐ our repo.