The cute winnie will greet to the user who created new issue with simplified.
Create the new issue, and wait for Actions.
👉 Create Issues: winnie-greet-actions-test
👉 Wait Actions: winnie-greet-actions-test/actions
-
Create new personal access token.
-
Scopes: checked all repo.
-
Add
ACCESS_TOKEN
secret from settings . -
Create
.github/workflows/main.yml
in your repo.
name: Commit Issue Commenter
on:
issues:
types: opened
jobs:
checkIssue:
name: Comment From New Issue
runs-on: ubuntu-latest
steps:
- name: Use Winnie Greet Actions
uses: explooosion/winnie-greet-actions@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}