yml
if: contains(github.event.issue.body, 'ie') == false
ie
includes()
syntax is not supported in the ymlIE
and also similar to kiekk
can also be satisfiedMore.
yml
with:actions: 'month-statistics'token: ${{ secrets.GITHUB_TOKEN }}count-lables: 'true'
count-lables
: Regardless of setting true
or 'ture'
, all received in the program is in string formatAt the same time, the output is also in string format. See.
check-result
: The judgment condition is if: steps.xxid.outputs.check-result =='true'
GitHub Actions bot
triggerWhen an action is set, such as adding a label x1
to an issue, Actions will automatically add a label x2
to the issue.
But if this is done by GitHub Actions bot
(that is, the token in the actions is not passed, or the default token: ${{ secrets.GITHUB_TOKEN }}
is used), the actions of label x2
will not be triggered.
ref: GitHub docs
assignees
scopeFor example: I use a Tag to trigger an Action, and the code that triggers the benchmark will follow the Action definition of the code corresponding to this Tag instead of the main branch code.