Skip to content

Commit a332d07

Browse files
chore: auto label SDK issues (#11271)
1 parent 8c7af2f commit a332d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-sdk-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
# Parse used package from issue body
1919
text: ${{ github.event.issue.body }}
20-
regex: '### Which SDK documentation are we talking about\?\n\n(.*)\n\n'
20+
regex: '### SDK\n\n(.*)\n\n'
2121

2222
- name: Map package to issue label
2323
# https://github.com/kanga333/variable-mapper

0 commit comments

Comments
 (0)