Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasbnt/hello-to-news-contributions

Feel free to hello to new contributor for them first PR and Issue
https://github.com/thomasbnt/hello-to-news-contributions

actions github-actions

Last synced: 28 days ago
JSON representation

Feel free to hello to new contributor for them first PR and Issue

Awesome Lists containing this project

README

        

# 👋 **Hello to news contributors**

##### Hey to first PR and Issues for news contributors. Customize your message, add links to Guidelines or other importants files.

[![License](https://img.shields.io/github/license/thomasbnt/hello-to-news-contributions.svg?style=for-the-badge)](https://github.com/thomasbnt/hello-to-news-contributions/blob/master/LICENSE)
[![Support me on BMC](https://img.shields.io/badge/Support%20me-☕-orange.svg?style=for-the-badge)](https://www.buymeacoffee.com/thomasbnt?via=thomasbnt)
[![Twitter Follow](https://img.shields.io/twitter/follow/Thomasbnt_?color=%231DA1F2&label=Follow%20me&logo=Twitter&style=for-the-badge)](https://twitter.com/Thomasbnt_)
____

Create the `.github/workflows/hello-to-news-contributions.yml` file with the following configuration

```yml
name: Auto message for PR's and Issues
on: [pull_request, issues]
jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hey, thank you for opening your first Issue ! 🙂"
pr-message: "Hey, thank you for opening your Pull Request !"
```

- 📣 News : Follow me on [Twitter](https://twitter.com/Thomasbnt_)
- 🔗 See my [website](https://thomasbnt.fr) !
- 📨 [Send me a email !](https://thomasbnt.fr/contact)

![Love Open Source](https://badges.frapsoft.com/os/v3/open-source.png?v=103)