mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
1.1 KiB
1.1 KiB
toc
toc |
---|
menu |
Is there a charge for this feature?
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.
Are there any ready-made templates for reference?
Yes.
- You can use this GitHub Actions workflow template repository template
- Personal exercises and tests Actions repository
- You can also refer to the warehouse of online users
I want to pause Actions, is there an easy way?
Yes, you can directly modify actions
. For example: actions:'create-comment'
is changed to actions:'#create-comment'
. It is also convenient for recovery.
So many versions, how to choose?
You can view the detailed changelog. The latest releases version is recommended.
What should I do if there is no function I want here?
You can submit it in What do you want?.