Skip to content

Commit 398809d

Browse files
author
Albert Hernandez Pellicer
committed
Update texts and colors
1 parent a51ac83 commit 398809d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/working-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Assign work in progress label when pull request is updated
1+
name: Add labels depending if the pull request is ready to review
22
on: [pull_request]
33
jobs:
44
working_label:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<h1 align="center">💼</h1>
22
<h3 align="center">working-label-action</h3>
33

4+
<p align="center">
5+
Add labels depending if the pull request is ready to review
6+
</p>
7+
48
## Examples
59

610
Imagine we have a project with some owners, each time we create a pull request the owners are automatically assigned as reviewers. In some cases we continue working on the pull request becase we found some issue, and we want to notify to the other members of the project that we are continue working on this which means we don't want their review at this moment since the code is going to change. Here is where this action comes to help us.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Working Label
2-
description: Switch work in progress and ready to review label when a pull request is updated
2+
description: Add labels depending if the pull request is ready to review
33
inputs:
44
work_in_progress_label:
55
description: 'Label corresponding to work in progress'
@@ -12,4 +12,4 @@ runs:
1212
image: Dockerfile
1313
branding:
1414
icon: user
15-
color: gray-dark
15+
color: green

0 commit comments

Comments
 (0)