Collection of github actions and workflow
- check the repo tags and use that in your workflow
- When a issue opened then we add assignee and label and if there are Project in the repo then this workflow tag the project and mark issue in TODO stat
- When A PR raised then add status to In Progress
Note: A Project should be there in your github and that be linked with the repo
- When an issue is created then , it will change the issue title based on a prefix provided and the format will be like
TZX-<Year>000<issue-number>
- When a branch is generated based on issue title then this workflow
- Add comments under the issue that a branch has been generated
- and assign a label
developmentto the issue.( generate label if it is not there)
- When we push code or raise PR then this workflow run for lint and build script to check whether there are any issue in the commit
- When we push code and there are markdown file then we run markdownlint and check for issue
Note: we must have .markdownlint.json file in project root
This will run build command when we push code or merge PR into release branch then it run and create dist folder; which help to run code on cloud
A basic workflow to check the repo secrets expires or invalid
for that ; create a Classic Token for account and then create a secrets in the repo and paste this token value.
This workflow runs when we push code into main branch then it update the package.json version and also update changelog.md file
See what’s new in each version: CHANGELOG.md
©️ RecursiveZero Private Limited