1
0
Fork 0
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:
Michael Keller 2020-12-20 11:15:49 +01:00 committed by GitHub
commit 05fca29b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.