Skip to content

Commit

Permalink
Add sponsor, prepare for 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa committed Feb 16, 2023
1 parent 8609763 commit b8374c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configurable labels based on conditions for pull requests and Issues
# Label manager for PRs and issues based on configurable conditions

[![labeler release (latest SemVer)](https://img.shields.io/github/v/release/srvaroa/labeler?sort=semver)](https://github.com/srvaroa/labeler/releases)

Expand All @@ -7,20 +7,26 @@ Action](https://help.github.com/en/categories/automating-your-workflow-with-gith
that can manage multiple labels for both pull requests and Issues using
configurable matching rules.

## Updates
## Sponsors

The action will strive to maintain backwards compatibility with older
configuration versions. It is nevertheless encouraged to update your
configuration files to benefit from newer features. Please follow our
[releases](https://github.com/srvaroa/labeler/releases) page to stay up
to date.
Thanks to [Launchgood](https://github.com/launchgood) for sponsoring
this project.

Please consider supporting the project if your organization is finding
it useful (GitHub Sponsors link incoming).

## Installing

The action is configured by adding a file `.github/labeler.yml`. The
file contains matching rules expanded in the `Configuration` section
below.

The action will strive to maintain backwards compatibility with older
configuration versions. It is nevertheless encouraged to update your
configuration files to benefit from newer features. Please follow our
[releases](https://github.com/srvaroa/labeler/releases) page to stay up
to date.

### How to trigger action

To trigger the action on events, add a file `.github/workflows/main.yml`
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Manage labels based on multiple conditions'
description: 'All-in-one action to label Pull Requests based on many, extensible conditional rules'
name: 'Label manager for PRs and Issues based on configurable conditions'
description: 'All-in-one action to manage labels in PRs and Issues based on many, extensible conditional rules'
author: 'Galo Navarro <[email protected]>'
inputs:
config_path:
Expand Down

0 comments on commit b8374c7

Please sign in to comment.