Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizukisonoko/gh-action-with-emoji
https://github.com/mizukisonoko/gh-action-with-emoji
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizukisonoko/gh-action-with-emoji
- Owner: MizukiSonoko
- License: mit
- Created: 2020-03-25T02:40:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T13:32:21.000Z (almost 5 years ago)
- Last Synced: 2024-05-17T02:43:02.889Z (8 months ago)
- Language: Go
- Size: 352 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-action-with-emoji
Some actions when commit message's prefx is emoji
# How to use
### First
Add `mizukisonoko/gh-action-memo-with-emoji@master` to your workflows yaml```yml
name: my actions in own repository
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2- uses: 'mizukisonoko/gh-action-with-emoji@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}```
### Second
commit & push```shell
$ git add code.go
$ git commit -m":imp: add temporary document"
$ git push origin master
```### Third When emoji is IMP
Created an issue
![issue](https://raw.githubusercontent.com/MizukiSonoko/gh-action-with-emoji/master/images/img.png)# Current supported emoji
- :imp: `:imp:`
Make an issue about this commit
- :no_entry: `:no_entry:`
Cancel job
# Will supported emoji
- :tada: `:tada:`
- :fire: `:fire:`
- :books: `:books:`
- :bug: `:bug:`
- :mega: `:mega:`# License
MIT