Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Feb 27, 2020
1 parent 3cfa647 commit f6e069c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on: [pull_request]
jobs:
labeler:
runs-on: ubuntu-latest
name: Label the PR
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@v1
with:
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: 'pr-size-labeler'
description: 'Label a PR using its size'
name: 'Pull Request size labeler'
description: 'Label a PR based on the amount of changes'
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
Expand Down

0 comments on commit f6e069c

Please sign in to comment.