mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-18 19:12:50 -05:00
Improve naming
This commit is contained in:
parent
3cfa647fa5
commit
f6e069c843
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue