File: js.py

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (10 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
from common import Common

_JS_OWNER = {'colawwj', 'qiaozha', 'lirenhe', 'dw511214992'}
_JS_REPO = 'Azure/azure-sdk-for-js'
_FILE_OUT_NAME_JS = 'sdk_issue_js.md'


def js_process() -> None:
    instance = Common(_JS_OWNER, _JS_REPO, _FILE_OUT_NAME_JS)
    instance.run()