mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
ci: добавляет permissions для labeler
This commit is contained in:
parent
2115490b2c
commit
dd3ab2e1cf
3
.github/workflows/size-labeler.yml
vendored
3
.github/workflows/size-labeler.yml
vendored
@ -6,6 +6,9 @@ jobs:
|
|||||||
labeler:
|
labeler:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Label the PR size
|
name: Label the PR size
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: codelytv/pr-size-labeler@v1
|
- uses: codelytv/pr-size-labeler@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user