We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7721f commit 24712b6Copy full SHA for 24712b6
.github/workflows/wrap.yml
@@ -94,7 +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
- steps:
99
- - name: Will wrap when the review is approved
100
- run: echo "Will wrap when the review is approved"
+ - if: false == 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 TEST"
24
25
26
#: library/stdtypes.rst:10
0 commit comments