GitHub Actions is provided free of charge by GitHub. Among them, the Private
project has a monthly limit of 2000 times, see details. The Public
project is unlimited.
Yes. The bottom layer of Action uses GitHub REST API. The general situation is 5000 times per hour. It is basically sufficient in principle, and it is also required to avoid invalid requests when defining Action. Detailed view.
Yes.
Yes, you can directly modify actions
. For example: actions:'create-comment'
is changed to actions:'#create-comment'
. It is also convenient for recovery.
You can view the detailed changelog. The latest releases version is recommended.
There is only one difference between v1.12 and v2.0.0. That is, require-permission
in mark-duplicate
has added the default value write
.
You can submit it in What do you want?.