|
8 | 8 | This issue is a duplicate. Please direct all discussion to the original issue.
|
9 | 9 | # Close the issue
|
10 | 10 | close: true
|
| 11 | + # Set a close reason |
| 12 | + close-reason: 'not planned' |
11 | 13 | # Remove other status labels
|
12 | 14 | unlabel:
|
| 15 | + - 'status: accepted' |
| 16 | + - 'status: bug reproduced' |
| 17 | + - 'status: cannot reproduce' |
| 18 | + - 'status: needs clarification' |
| 19 | + - 'status: needs revision' |
| 20 | + - 'status: pending pull request' |
13 | 21 | - 'status: pending triage'
|
14 |
| - # Set a close reason |
15 |
| - close-reason: 'not planned' |
| 22 | + - 'status: rejected' |
| 23 | + - 'status: resolved' |
| 24 | + - 'status: reviewing internally' |
| 25 | + - 'status: stale' |
16 | 26 | prs:
|
17 | 27 | # Post a comment
|
18 | 28 | comment: >
|
19 | 29 | This pull request is a duplicate. Please direct all discussion to the original pull request.
|
20 |
| - # Remove other status labels |
21 |
| - unlabel: |
22 |
| - - 'status: pending triage' |
23 | 30 | # Close the pull request
|
24 | 31 | close: true
|
25 | 32 | # Set a close reason
|
26 | 33 | close-reason: 'not planned'
|
| 34 | + # Remove other status labels |
| 35 | + unlabel: |
| 36 | + - 'status: accepted' |
| 37 | + - 'status: bug reproduced' |
| 38 | + - 'status: cannot reproduce' |
| 39 | + - 'status: needs clarification' |
| 40 | + - 'status: needs revision' |
| 41 | + - 'status: pending pull request' |
| 42 | + - 'status: pending triage' |
| 43 | + - 'status: rejected' |
| 44 | + - 'status: resolved' |
| 45 | + - 'status: reviewing internally' |
| 46 | + - 'status: stale' |
27 | 47 |
|
28 | 48 | 'status: rejected':
|
29 | 49 | issues:
|
30 | 50 | # Close the issue
|
31 | 51 | close: true
|
| 52 | + # Set a close reason |
| 53 | + close-reason: 'not planned' |
32 | 54 | # Remove other status labels
|
33 | 55 | unlabel:
|
| 56 | + - 'status: accepted' |
| 57 | + - 'status: bug reproduced' |
| 58 | + - 'status: cannot reproduce' |
| 59 | + - 'status: duplicate' |
| 60 | + - 'status: needs clarification' |
| 61 | + - 'status: needs revision' |
| 62 | + - 'status: pending pull request' |
34 | 63 | - 'status: pending triage'
|
35 |
| - # Set a close reason |
36 |
| - close-reason: 'not planned' |
| 64 | + - 'status: resolved' |
| 65 | + - 'status: reviewing internally' |
| 66 | + - 'status: stale' |
37 | 67 | prs:
|
38 | 68 | # Close the pull request
|
39 | 69 | close: true
|
| 70 | + # Set a close reason |
| 71 | + close-reason: 'not planned' |
40 | 72 | # Remove other status labels
|
41 | 73 | unlabel:
|
| 74 | + - 'status: accepted' |
| 75 | + - 'status: bug reproduced' |
| 76 | + - 'status: cannot reproduce' |
| 77 | + - 'status: duplicate' |
| 78 | + - 'status: needs clarification' |
| 79 | + - 'status: needs revision' |
| 80 | + - 'status: pending pull request' |
42 | 81 | - 'status: pending triage'
|
| 82 | + - 'status: resolved' |
| 83 | + - 'status: reviewing internally' |
| 84 | + - 'status: stale' |
| 85 | + |
| 86 | +'status: resolved': |
| 87 | + issues: |
| 88 | + # Close the issue |
| 89 | + close: true |
43 | 90 | # Set a close reason
|
44 |
| - close-reason: 'not planned' |
| 91 | + close-reason: 'completed' |
| 92 | + # Remove other status labels |
| 93 | + unlabel: |
| 94 | + - 'status: accepted' |
| 95 | + - 'status: bug reproduced' |
| 96 | + - 'status: cannot reproduce' |
| 97 | + - 'status: duplicate' |
| 98 | + - 'status: needs clarification' |
| 99 | + - 'status: needs revision' |
| 100 | + - 'status: pending pull request' |
| 101 | + - 'status: pending triage' |
| 102 | + - 'status: rejected' |
| 103 | + - 'status: reviewing internally' |
| 104 | + - 'status: stale' |
0 commit comments