Giter Club home page Giter Club logo

1day1commit-checker's Introduction

1day1commit-checker

github action을 사용한 1일1커밋 체커! 매일매일 ISSUE를 자동으로 만들어 줍니다.

1일1알고리즘풀기!와 같은 용도의 repository에 사용할 수 있죠!

스크린샷 2021-03-04 오후 9 20 43

HOW TO USE!

1. .github/createIssueTemplate.sh에서 parameter 수정하기

assignees, success_title,success_label,success_contents, fail_title,fail_label,fail_contents 수정해주세요!

(ex)

commit=$(git show -s --format=%ci | cut -c 1-10)
current=$(date +%F)

assignees="gomamon"

success_title="$current :)"
success_label="o"
success_contents="success!"

fail_title="$current :("
fail_label="x"
fail_contents="fail!"

...

2. .github/workflows/1day1commit_checker.ymlAction Secrets를 추가해주세요!

https://docs.github.com/en/actions/reference/encrypted-secrets

.github/workflows/1day1commit_checker.yml파일 마지막 줄 GITHUB_TOKEN에 Action Secrets을 추가해주세요!

(ex)

...
      - uses: JasonEtco/create-an-issue@v2
        env:
          GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}

1day1commit-checker's People

Contributors

gomamon avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

1day1commit-checker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.