We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faffcc1 commit 6f93d6aCopy full SHA for 6f93d6a
.github/workflows/wrap.yml
@@ -94,6 +94,6 @@ jobs:
94
github_token: ${{ secrets.GITHUB_TOKEN }}
95
branch: ${{ github.event.pull_request.head.ref }}
96
97
- if: false == github.event.review.state == 'approved'
98
- - name: Will wrap when the review is approved
99
- run: echo "Will wrap when the review is approved"
+ if: ! "github.event.review.state == 'approved'"
+ name: Will wrap when the review is approved
+ run: echo "Will wrap when the review is approved"
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
26
#: library/stdtypes.rst:10
0 commit comments