Improve naming

This commit is contained in:
Rafa Gómez 2020-02-27 18:48:35 +01:00
parent 3cfa647fa5
commit f6e069c843
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: AC2C04F065F7ADB8
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ on: [pull_request]
jobs: jobs:
labeler: labeler:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Label the PR name: Label the PR size
steps: steps:
- uses: codelytv/pr-size-labeler@v1 - uses: codelytv/pr-size-labeler@v1
with: with:

View file

@ -1,5 +1,5 @@
name: 'pr-size-labeler' name: 'Pull Request size labeler'
description: 'Label a PR using its size' description: 'Label a PR based on the amount of changes'
inputs: inputs:
GITHUB_TOKEN: GITHUB_TOKEN:
description: 'GitHub token' description: 'GitHub token'