We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51259a commit 9e070d4Copy full SHA for 9e070d4
.github/workflows/wrap.yml
@@ -7,10 +7,10 @@ on:
7
8
jobs:
9
wrap:
10
- if: ${{ github.event.comment.body == '/wrap'}}
11
-
12
runs-on: ubuntu-latest
13
+ if: ${{ github.event.issue.pull_request && github.event.comment.body == '/wrap'}}
+
14
strategy:
15
matrix:
16
# Run in all these versions of Python
library/stdtypes.po
@@ -20,7 +20,7 @@ msgstr ""
20
#: library/stdtypes.rst:8
21
msgid "Built-in Types"
22
msgstr ""
23
-"TEST TEST TEST TEST"
+"TEST TEST"
24
25
#: library/stdtypes.rst:10
26
msgid ""
0 commit comments