We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 396a2b8 + 8faa847 commit 26efa48Copy full SHA for 26efa48
.github/workflows/pr-labeler.yml
@@ -3,7 +3,7 @@ on:
3
issues:
4
types: [opened, edited, milestoned]
5
pull_request_target:
6
- types: [opened]
+ types: [opened, edited]
7
8
jobs:
9
@@ -15,4 +15,4 @@ jobs:
15
id: labeler
16
uses: jimschubert/labeler-action@v2
17
with:
18
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
src_docs/examples/Classification.ipynb
@@ -153,7 +153,10 @@
153
"user_tz": -120
154
},
155
"id": "KiMXELkOj8Ts",
156
- "outputId": "21b81025-c748-4008-b6a3-6e17a97910d4"
+ "outputId": "21b81025-c748-4008-b6a3-6e17a97910d4",
157
+ "tags": [
158
+ "nbsphinx-thumbnail"
159
+ ]
160
161
"outputs": [
162
{
0 commit comments