文件名称:gh-action-pull-request-autokey
文件大小:178KB
文件格式:ZIP
更新时间:2024-03-16 07:01:24
TypeScript
GitHub添加JIRA键以提取请求描述的操作 此操作将检查请求请求的描述,以查看其是否包含此请求的JIRA颁发密钥。 如果缺少发布密钥,则将其插入描述的第一行。 要启用,请将文件jira-ticket-in-pr.yml到存储库的.github/workflows目录中。 该文件应具有以下内容: name: 'Check PR description' on: # rebuild any PRs and main branch changes pull_request: types: [ opened, reopened, edited, ready_for_review ] jobs: check-pr-description: # make sure the action works on a clean machine without building
【文件预览】:
gh-action-pull-request-autokey-main
----package.json(2KB)
----__tests__()
--------github-connector.test.ts(2KB)
--------utils.test.ts(2KB)
----.eslintrc.json(2KB)
----.github()
--------dependabot.yml(274B)
--------workflows()
----.prettierignore(24B)
----jest.config.js(264B)
----action.yml(382B)
----LICENSE(1KB)
----package-lock.json(260KB)
----dist()
--------index.js(117KB)
--------sourcemap-register.js(122KB)
--------index.js.map(120KB)
--------licenses.txt(29KB)
----src()
--------utils.ts(961B)
--------main.ts(647B)
--------types.ts(560B)
--------github-connector.ts(2KB)
--------action-inputs.ts(367B)
--------constants.ts(240B)
----tsconfig.json(1KB)
----.gitignore(1KB)
----README.md(1KB)
----.eslintignore(40B)
----wallaby.conf.js(596B)
----.gitattributes(38B)
----CODEOWNERS(27B)
----.prettierrc.json(177B)