tokenNeed to have the person token with push permission.
Full control of private repositoriesNew repository secretName 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 Type| content | emoji |
|---|---|
+1 | π |
-1 | π |
laugh | π |
confused | π |
heart | β€οΈ |
hooray | π |
rocket | π |
eyes | π |
For details, please view.
comment-idClick 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.