Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 10, 2020
1 parent 64e006b commit b6561df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.2 (2020/05/10)

* Cleanup local paths from extra fields
* Update deps

## 2.0.1 (2020/05/03)

* Fix exclusions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-github-labeler.svg?style=flat-square)](https://github.com/crazy-max/ghaction-github-labeler/releases/latest)
[![GitHub marketplace](https://img.shields.io/badge/marketplace-github--labeler-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/github-labeler)
[![CI workflow](https://github.com/crazy-max/ghaction-github-labeler/workflows/ci/badge.svg)](https://github.com/crazy-max/ghaction-github-labeler/actions/?workflow=ci)
[![CI workflow](https://img.shields.io/github/workflow/status/crazy-max/ghaction-github-labeler/ci?label=ci&logo=github&style=flat-square)](https://github.com/crazy-max/ghaction-github-labeler/actions?workflow=ci)
[![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max)
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)

Expand Down Expand Up @@ -100,7 +100,7 @@ Following environment variables can be used as `step.env` keys

| Name | Description |
|----------------|--------------------------------------|
| `GITHUB_TOKEN` | GITHUB_TOKEN as provided by `secrets`|
| `GITHUB_TOKEN` | [GITHUB_TOKEN](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` |

## How can I help ?

Expand Down

0 comments on commit b6561df

Please sign in to comment.