Skip to content

This is a GitHub Actions that will congratulate you when you reach kiriban for your issue or pull request number.

License

Notifications You must be signed in to change notification settings

kumackey/kiriban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiriban

English 日本語

This is a GitHub Actions that will congratulate you when you reach a milestone number (kiriban) for your issue or pull request number. It targets Issues or Pull Requests with numbers greater than 10. We welcome your issues and pull requests!

How to Use

Create a yml file like the following in .github/workflows/.

# .github/workflows/kiriban.yml

name: kiriban

on:
  issues:
    types: [ opened ]
  pull_request:
    types: [ opened ]

jobs:
  kiriban:
    runs-on: ubuntu-latest
    steps:
      - uses: kumackey/kiriban@v1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

The Comment Provided

The comment posted by the Action

with Options

Key Name Description Example
LOCALE Language setting (default is 'en') 'ja'
USER_DEFINED_KIRIBANS User-defined numbers to celebrate '101,4649'

What is a Kiriban?

https://fanlore.org/wiki/Kiriban

About

This is a GitHub Actions that will congratulate you when you reach kiriban for your issue or pull request number.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages