Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomasbnt/hello-to-news-contributions
- Owner: thomasbnt
- License: unlicense
- Created: 2020-03-06T04:50:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T02:33:26.000Z (over 1 year ago)
- Last Synced: 2024-10-08T05:57:11.760Z (about 1 month ago)
- Topics: actions, github-actions
- Size: 31.3 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)