1 个稳定版本
2.0.0 | 2023年4月14日 |
---|
#17 in #github-action
5KB
77 行
PR Has Issues GitHub Action
此操作检查PR标题和正文中是否引用了问题。
输入
前缀
必需 以逗号分隔的问题密钥前缀列表。
示例值: ISSUE-
或 PLAT-,ENG-,IT-
输出
n/a
示例用法
name: PR
on:
pull_request:
types: [opened, reopened, edited, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: ngerakines/pr-has-issues-action
with:
prefixes: PLAT-,ENG-,IT-
依赖
~0.8–1.6MB
~35K SLoC