token 说明需拥有 push 权限的人员 token。
Full control of private repositoriesNew repository secretName 与 actions 中保持一致Value 填写刚才个人申请的 token当 actions 不填写 token 时,或项目未添加对应 secrets 时,会默认为 github-actions-bot。更多查看。
outputs 使用- name: Create issueuses: actions-cool/issues-helper@v1id: createissuewith:actions: 'create-issue'token: ${{ secrets.GITHUB_TOKEN }}- name: Check outputsrun: echo "Outputs issue_number is ${{ steps.createissue.outputs.issue-number }}"
更多查看。
includes 校验规则"title-includes": 'x1,x2'x1x2"x1y3y2" true"y2 x1" true"x2" true"x3" false
"title-includes": 'x1,x2/y1,y2'x1 + y1x2 + y1x1 + y2x2 + y2"x1y3y2" true"y2 x1" true"1x2y" false"x1" false
Reactions 类型| content | emoji |
|---|---|
+1 | 👍 |
-1 | 👎 |
laugh | 😄 |
confused | 😕 |
heart | ❤️ |
hooray | 🎉 |
rocket | 🚀 |
eyes | 👀 |
如需详细了解,可 查看。
comment-id点击某个评论右上角 ··· 图标,选择 Copy link,url 末尾数字即是 comment_id。