mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Merge pull request #2337 from mikeller/added_translation_action_to_bot
Added translation comment to 'missing information' bot.
This commit is contained in:
commit
05fca29b55
1 changed files with 4 additions and 1 deletions
5
.github/no-response.yml
vendored
5
.github/no-response.yml
vendored
|
@ -3,10 +3,13 @@
|
||||||
# Number of days of inactivity before an Issue is closed for lack of response
|
# Number of days of inactivity before an Issue is closed for lack of response
|
||||||
daysUntilClose: 1
|
daysUntilClose: 1
|
||||||
# Label requiring a response
|
# Label requiring a response
|
||||||
responseRequiredLabel: Missing Information
|
responseRequiredLabel:
|
||||||
|
- Missing Information
|
||||||
|
- Translation change - wrong approach
|
||||||
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
|
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
|
||||||
closeComment: >
|
closeComment: >
|
||||||
This issue has been automatically closed because the information we asked
|
This issue has been automatically closed because the information we asked
|
||||||
to be provided when opening it was not supplied by the original author.
|
to be provided when opening it was not supplied by the original author.
|
||||||
With only the information that is currently in the issue, we don't have
|
With only the information that is currently in the issue, we don't have
|
||||||
enough information to take action.
|
enough information to take action.
|
||||||
|
For translation changes, please see https://github.com/betaflight/betaflight/blob/master/README.md#translators for instructions on how to submit them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue