In our repository, we typically name GitHub workflow files as the job name if only single job exists or some meaningful names, but some files do not follow this naming convention and its hard to identify what exactly it does without checking the file.
Below changes needed.
| File Name |
Rename to |
| .github/workflows/doc.yml |
.github/workflows/build-docs.yml |
| .github/workflows/daily.yml |
.github/workflows/build-lto.yml |
Need a suggestion here. Not sure, are we referencing this files directly using the file names.
If we are good to go with this, please mark it as good first issue
cc @nodejs/build
Please feel free to close the issue if its not necessary now to rename.
In our repository, we typically name GitHub workflow files as the job name if only single job exists or some meaningful names, but some files do not follow this naming convention and its hard to identify what exactly it does without checking the file.
Below changes needed.
Need a suggestion here. Not sure, are we referencing this files directly using the file names.
If we are good to go with this, please mark it as good first issue
cc @nodejs/build
Please feel free to close the issue if its not necessary now to rename.