GitHub Greeter - 새 GitHub 사용자에게 인사하기
6209 단어 actionshackathon
내 워크플로우
이 조치는 담당자에게 사용자의 첫 번째 문제인지 확인하고 그렇다면 인사합니다. 2개의 "환영"이미지와 시작을 위한 기본 환영 메시지가 사전 패키지로 제공됩니다.
용법
참조this file for an example
name: "Issue Greeter"
on: [issues]
jobs:
issue-greeter:
runs-on: ubuntu-latest
steps:
- name: "Greeter"
uses: anishanne/greeter@V1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: "![](https://cdn.anishdoes.dev/githublight.png)\nHey @{user}! Welcome to the **Greeter** repo on **Github**.
환영 이미지
이 작업은 2개의 환영 이미지와 함께 제공되며, 자신의 이미지로 대체하거나 이미지 기능을 완전히 제거할 수도 있습니다.
cdn.anishdoes.dev/githublight.png
에서 사용 가능)cdn.anishdoes.dev/githubdark.png
에서 사용 가능)예시
보시다시피 사용자는 first issue을 만들 때 즉시 인사를 받지만 second issue에서는 인사를 하지 않습니다.
제출 카테고리:
메인테이너 머스트해브
Github 링크
아니샤네 / 인사
Github 인사
사용자가 첫 번째 문제를 만들 때 인사합니다. actions/first interaction
에서 포크됨
용법
참조this file for an examplename: "Issue Greeter"
on: [issues]
jobs
issue-greeter
runs-on: ubuntu-latest
steps:
- name: "Greeter"
uses: anishanne/greeter@V1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: "![](https://cdn.anishdoes.dev/githublight.png)\nHey @{user}! Welcome to the **Greeter** repo on **Github**.
이 작업은 사용자가 담당자에게 먼저 문제를 제기하는지 확인하고 그렇다면 인사합니다. 2개의 "환영"이미지와 시작을 위한 기본 환영 메시지가 사전 패키지로 제공됩니다.
환영 이미지
이 작업은 2개의 환영 이미지와 함께 제공되며, 자신의 이미지로 대체하거나 이미지 기능을 완전히 제거할 수도 있습니다.
참조this file for an example
name: "Issue Greeter" on: [issues] jobs issue-greeter runs-on: ubuntu-latest steps: - name: "Greeter" uses: anishanne/greeter@V1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} message: "![](https://cdn.anishdoes.dev/githublight.png)\nHey @{user}! Welcome to the **Greeter** repo on **Github**.이 작업은 사용자가 담당자에게 먼저 문제를 제기하는지 확인하고 그렇다면 인사합니다. 2개의 "환영"이미지와 시작을 위한 기본 환영 메시지가 사전 패키지로 제공됩니다.
환영 이미지
이 작업은 2개의 환영 이미지와 함께 제공되며, 자신의 이미지로 대체하거나 이미지 기능을 완전히 제거할 수도 있습니다.
cdn.anishdoes.dev/githublight.png
에서 사용 가능)cdn.anishdoes.dev/githubdark.png
에서 사용 가능)예시
특허
이 프로젝트의 스크립트 및 문서…
View on GitHub
Reference
이 문제에 관하여(GitHub Greeter - 새 GitHub 사용자에게 인사하기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/anishdoesdev/github-greeter-greet-new-github-users-d5l
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(GitHub Greeter - 새 GitHub 사용자에게 인사하기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/anishdoesdev/github-greeter-greet-new-github-users-d5l텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)