We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7af2f commit a332d07Copy full SHA for a332d07
.github/workflows/issue-sdk-label.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
# Parse used package from issue body
19
text: ${{ github.event.issue.body }}
20
- regex: '### Which SDK documentation are we talking about\?\n\n(.*)\n\n'
+ regex: '### SDK\n\n(.*)\n\n'
21
22
- name: Map package to issue label
23
# https://github.com/kanga333/variable-mapper
0 commit comments