mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 17:18:09 +02:00
Greetings workflow
This commit is contained in:
parent
9c635c6499
commit
7d43fa2c66
13
.github/workflows/greetings.yml
vendored
Normal file
13
.github/workflows/greetings.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Greetings
|
||||
|
||||
on: [pull_request, issues]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Looks like this is your first issue. Welcome to the community! :wave:'
|
||||
pr-message: 'Looks like you just opened your first PR. :clap: This is awesome, thanks and keep up!'
|
Loading…
Reference in New Issue
Block a user