Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [Feature request]: Update greeting workflow #1068 #1069

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Lines starting with '#' are comments.

# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
* @atapas @koustov

- @atapas @koustov @Sachin-chaurasiya
36 changes: 18 additions & 18 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Greetings

on: [pull_request_target, issues]
name: Greeting message
on:
fork:
issues:
types: [opened]
pull_request_target:
types: [opened]
concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true
jobs:
greeting:
welcome:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
**Stale Marking** : **After 30 days of inactivity this issue will be marked as stale issue and it will be closed and locked in 7 days if no further activity occurs.**
pr-message: |
Hello! Thank you for your contribution 😊.
Please reference the issue number in the description if you are fixing a bug.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.
**Stale Marking** : **After 30 days of inactivity this PR will be marked as stale PR and it will be closed and locked in 7 days if no further activity occurs.**
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h3>Hey! contributor, thank you for opening an Issue 🎉.</h3>'
pr-message: '<h3>Hey! contributor, thank you for opening a Pull Request 🎉.</h3>'
footer: |
@reactplay/maintainers will review your submission soon and give you helpful feedback.
If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our [ReactPlay Discord Community](https://discord.gg/vrTxWUP8Am).
Show your support by <b>starring ⭐</b> this repository. Thank you and we appreciate your contribution to <b>open source!</b>
**Stale Marking** : **After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.**