File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ # Configuration for move-issues - https://github.com/dessant/move-issues
2+
3+ # Repository to extend settings from
4+ _extends : wp-cli/wp-cli
5+
6+ # Delete the command comment when it contains no other content
7+ # deleteCommand: true
8+
9+ # Close the source issue after moving
10+ # closeSourceIssue: true
11+
12+ # Lock the source issue after moving
13+ # lockSourceIssue: false
14+
15+ # Mention issue and comment authors
16+ # mentionAuthors: true
17+
18+ # Preserve mentions in the issue content
19+ # keepContentMentions: true
Original file line number Diff line number Diff line change @@ -1446,7 +1446,7 @@ Feature: WP-CLI Commands
14461446 When I try `wp command after_wp_load --path=/tmp`
14471447 Then STDERR should contain:
14481448 """
1449- Error: This does not seem to be a WordPress install .
1449+ Error: This does not seem to be a WordPress installation .
14501450 """
14511451 And the return code should be 1
14521452
@@ -1528,7 +1528,7 @@ Feature: WP-CLI Commands
15281528 When I try `wp command --path=/tmp`
15291529 Then STDERR should contain:
15301530 """
1531- Error: This does not seem to be a WordPress install .
1531+ Error: This does not seem to be a WordPress installation .
15321532 """
15331533 And the return code should be 1
15341534
You can’t perform that action at this time.
0 commit comments