File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,18 @@ daysUntilStale: 45
4
4
daysUntilClose : 7
5
5
# Issues with these labels will never be considered stale
6
6
exemptLabels :
7
- - pinned
8
- - security
9
- - good-first-pr
10
- - up-for-grabs
7
+ - bug
11
8
- enhancement
9
+ - feature request
10
+ - good first pr
12
11
- help wanted
13
- - bug
12
+ - pinned
13
+ - security
14
+ - up for grabs
14
15
# Label to use when marking an issue as stale
15
- staleLabel : wontfix
16
+ staleLabel : stale
17
+ # Limit to only `issues` not `pulls`
18
+ only : issues
16
19
# Comment to post when marking an issue as stale. Set to `false` to disable
17
20
markComment : >
18
21
This issue has been automatically marked as stale because it has not had
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ describe('dashboard e2e', () => {
39
39
40
40
await page . goto ( `http://localhost:5051${ mount } ` ) ;
41
41
await page . waitForSelector ( '#browser_mount' ) ;
42
- console . log ( page . url ( ) ) ;
43
42
expect ( page . url ( ) . indexOf ( `http://localhost:5051${ mount } /apps` ) ) . toBe ( 0 ) ;
44
43
45
44
await page . close ( ) ;
You can’t perform that action at this time.
0 commit comments