Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added github action for greeting and labeller #15

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

Merged
codeperfectplus merged 3 commits into codeperfectplus:master from bislara:master
Oct 23, 2020
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
32 changes: 32 additions & 0 deletions .github/issues_labeler.yml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
APIs:
- "(api|APIs|apis|API|APIS)"
BASH:
- "(Bash|bash|BASH)"
javascript:
- "(JavaScript|JAVASCRIPT|Javascript|javascript|JS|js|Js)"
python:
- "(Python|PYTHON|python)"
enhancement:
- "(enhancement|Enhancement|enhance)"
difficulty-easy:
- "(Easy|easy)"
difficulty-medium:
- "(Medium|medium)"
difficulty-hard:
- "(Hard|hard)"
git:
- "(Git|git|GIT)"
github-actions:
- "(GitHub actions|GIT actions|github actions)"
hacktoberfest:
- "(hacktoberfest|Hacktoberfest|Hacktober fest|Hacktoberfest2020)"
bug:
- "(bug|Bug|BUG)"
up-for-grab:
- "(up for grab)"
urgent:
- "(urgent|URGENT|Urgent)"
documentation:
- "(documentation|Documentation)"
no-Code:
- "(No Code)"
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
issue-message: 'Hey @${{ github.actor }}, congratulations!! 🎉 for creating your first issue. Wait for the admin approval now and then you can go ahead to solve the issue. Do give a star ⭐ if you like this project. '
pr-message: 'Congratulations!! 🎉 @${{ github.actor }} for making your first PR. Admin will review the changes soon and merge finally.😊 Do give a star ⭐ if you like this project. '
15 changes: 15 additions & 0 deletions .github/workflows/issues_labeler.yml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Issue Labeler"
on:
issues:
types: [opened, edited]

jobs:
triage:
name: Autmomate Issue
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issues_labeler.yml
enable-versioned-regex: 0

AltStyle によって変換されたページ (->オリジナル) /