mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-21 12:31:01 -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:
|
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:
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue