mirror of https://github.com/Lissy93/dashy.git
🩹 Fix actions for get size and label sponsors
This commit is contained in:
parent
5ebbe25c6e
commit
bbf3cea284
.github/workflows
|
@ -17,14 +17,14 @@ jobs:
|
||||||
# Check number of lines of code added
|
# Check number of lines of code added
|
||||||
- name: Label based on Lines of Code
|
- name: Label based on Lines of Code
|
||||||
uses: codelytv/pr-size-labeler@v1
|
uses: codelytv/pr-size-labeler@v1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
xs_max_size: '10'
|
xs_max_size: '10'
|
||||||
s_max_size: '100'
|
s_max_size: '100'
|
||||||
m_max_size: '500'
|
m_max_size: '500'
|
||||||
l_max_size: '1000'
|
l_max_size: '1000'
|
||||||
fail_if_xl: 'false'
|
fail_if_xl: 'false'
|
||||||
message_if_xl: >
|
message_if_xl: >
|
||||||
It looks like this PR is very large (over 1000 lines).
|
It looks like this PR is very large (over 1000 lines).
|
||||||
Try to avoid addressing multiple issues in a single PR, and
|
Try to avoid addressing multiple issues in a single PR, and
|
||||||
in the future consider breaking large tasks down into smaller steps.
|
in the future consider breaking large tasks down into smaller steps.
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
# In order to allow their request can be prioritized
|
# In order to allow their request can be prioritized
|
||||||
name: 🎯 Label sponsors
|
name: 🎯 Label sponsors
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
types: [opened]
|
|
||||||
issues:
|
issues:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue