-
Notifications
You must be signed in to change notification settings - Fork 56
Release 4.4.0 #146
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings
on: [pull_request_target, issues]
jobs:
greet-first-time-contributors:
name: Greet First-Time Contributors
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Send greeting to first-time contributors
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
π Hi there! Thanks for opening your first issue in this repository.
We appreciate your contribution. A maintainer will take a look soon.
pr-message: >
π Thanks for your first pull request!
The team will review it shortly. Weβre excited to have you contribute!