token
Need to have the person token with push permission.
Full control of private repositories
New repository secret
Name
is the same as in actionsValue
fill in the token just applied by the individualWhen the token is not filled in actions or input ${{ secrets.GITHUB_TOKEN }}
, it will default to github-actions-bot
. More.
outputs
use- 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 }}"
More:
includes
check rules"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
Typecontent | emoji |
---|---|
+1 | π |
-1 | π |
laugh | π |
confused | π |
heart | β€οΈ |
hooray | π |
rocket | π |
eyes | π |
For details, please view.
comment-id
Click the Β·Β·Β·
icon in the upper right corner of a comment, select Copy link
, and the number at the end of the url is comment_id
.