Skip to content

Commit 26efa48

Browse files
Merge pull request #4 from adapt-python/antoinedemathelin-patch-2
Update pr-labeler.yml
2 parents 396a2b8 + 8faa847 commit 26efa48

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
issues:
44
types: [opened, edited, milestoned]
55
pull_request_target:
6-
types: [opened]
6+
types: [opened, edited]
77

88
jobs:
99

@@ -15,4 +15,4 @@ jobs:
1515
id: labeler
1616
uses: jimschubert/labeler-action@v2
1717
with:
18-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
18+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

src_docs/examples/Classification.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"user_tz": -120
154154
},
155155
"id": "KiMXELkOj8Ts",
156-
"outputId": "21b81025-c748-4008-b6a3-6e17a97910d4"
156+
"outputId": "21b81025-c748-4008-b6a3-6e17a97910d4",
157+
"tags": [
158+
"nbsphinx-thumbnail"
159+
]
157160
},
158161
"outputs": [
159162
{

0 commit comments

Comments
 (0)