File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Label issues
2
+ on :
3
+ issues :
4
+ types :
5
+ - reopened
6
+ - opened
7
+ jobs :
8
+ label_issues :
9
+ runs-on : ubuntu-latest
10
+ permissions :
11
+ issues : write
12
+ steps :
13
+ - run : gh issue edit "$NUMBER" --add-label "$LABELS"
14
+ env :
15
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
+ GH_REPO : ${{ github.repository }}
17
+ NUMBER : ${{ github.event.issue.number }}
18
+ LABELS : triage
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ def plot_njt(
421
421
height : plotly_params .fig_height = 600 ,
422
422
show : plotly_params .show = True ,
423
423
renderer : plotly_params .renderer = None ,
424
- render_mode : plotly_params .render_mode = "auto " ,
424
+ render_mode : plotly_params .render_mode = "svg " ,
425
425
title : plotly_params .title = True ,
426
426
title_font_size : plotly_params .title_font_size = 14 ,
427
427
line_width : plotly_params .line_width = 0.5 ,
You can’t perform that action at this time.
0 commit comments