We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4824195 commit 7624196Copy full SHA for 7624196
.github/workflows/wrap.yml
@@ -1,12 +1,13 @@
1
name: "Wrap"
2
3
on:
4
- pull_request_review:
5
- types: [submitted]
+ issue_comment:
+ types: [created, edited, deleted]
6
7
jobs:
8
wrap:
9
- if: github.event.review.state == 'approved'
+ if: contains(github.event.comment.html_url, '/pull/')
10
+ if: contains(github.event.comment.body, '!wrap')
11
runs-on: ubuntu-latest
12
13
strategy:
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"
24
25
#: library/stdtypes.rst:10
26
msgid ""
0 commit comments