资源算法honk-action

honk-action

2020-02-17 | |  29 |   0 |   0

To use this bot add the following workflow to your repo at .github/workflows/honk.yml:

name: Honk workflowon:  issue_comment:    types: [created]jobs:  build:    name: Honk
    runs-on: ubuntu-latest
    steps:
      - uses: jeffrafter/honk-action@v1

To see this in use, checkout honk-test.

Development

Clone this repo. Then run tests:

npm test

And lint:

npm run lint

If you want to release a new version first checkout or create the release branch

git checkout releases/v1

Then create the release:

git reset --hard master
npm testnpm run lint
npm run build
git add .git commit -m "v1"git push origin releases/v1
git push origin :refs/tags/v1
git tag -fa v1 -m "v1"git push origin v1

Credits

Inspired by Untitled Goose Game and the Discord bot by @melissamcewen

Note: not associated/affiliated with Unititled Goose Game in any way.


上一篇:honk-twitter-bot

下一篇: honk-notify

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...