diff --git a/README.md b/README.md index 7703429..c049548 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/action.yml b/action.yml index 6779688..422ec77 100644 --- a/action.yml +++ b/action.yml @@ -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'