mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
00bb788899
Enable [stale](https://probot.github.io/apps/stale/) and [move](https://probot.github.io/apps/move/) [probots](https://probot.github.io/). `confirmed` and `a11y` labels have been added as exempt labels for stalebot
25 lines
538 B
YAML
25 lines
538 B
YAML
# Configuration for move-issues - https://github.com/dessant/move-issues
|
|
|
|
# Delete the command comment when it contains no other content
|
|
deleteCommand: true
|
|
|
|
# Close the source issue after moving
|
|
closeSourceIssue: true
|
|
|
|
# Lock the source issue after moving
|
|
lockSourceIssue: false
|
|
|
|
# Mention issue and comment authors
|
|
mentionAuthors: true
|
|
|
|
# Preserve mentions in the issue content
|
|
keepContentMentions: false
|
|
|
|
# Set custom aliases for targets
|
|
# aliases:
|
|
# r: repo
|
|
# or: owner/repo
|
|
|
|
# Repository to extend settings from
|
|
# _extends: repo
|