From b6561dff2f6e2f863edf48c64ae551aa4be20f42 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 May 2020 14:39:30 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aaad128..f8537565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 3584ff89..a572aaad 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ?