Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Sep 29, 2023
1 parent 0861725 commit faa50ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ It will default to `.github/emoji-labels.yml` if not other path is specified.
## Configuration

```yaml
- name: Prefix Emoji to PR Title
uses: lisilinhart/emoji-pr-title@v0.0.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
# config_path: '.github/my-labels.yml' (optional)
name: PR Title Emoji

on: pull_request

jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Prefix Emoji to PR Title
uses: lisilinhart/emoji-pr-title@v0.0.7
with:
token: ${{ secrets.GITHUB_TOKEN }}
# config_path: '.github/my-labels.yml' (optional)
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emoji-title-action",
"description": "GitHub Actions for prefixing a title with an emojis",
"version": "0.0.6",
"version": "0.0.7",
"author": "",
"private": true,
"homepage": "https://github.com/lisilinhart/emoji-pr-title#readme",
Expand Down

0 comments on commit faa50ce

Please # to comment.