Github Action: Utlize changed-files
action for file-count-check and unauthorized-changes-check
#2444
Labels
changed-files
action for file-count-check and unauthorized-changes-check
#2444
Is your feature request related to a problem? Please describe.
https://github.com/PalisadoesFoundation/talawa-admin/blob/develop/.github/workflows/authorized-changes-detection.yml
Describe the solution you'd like
Utilize the
tj-actions/changed-files
github action, and create a new job inpull-request.yml
, to check if the PR has changes in authorized files.The job should exit with error code if there are any unauthorized changes
The job should print the unauthorized changes
Utilize the same action, and create a
File-Count-Check
Job defined inpull_request.yml
, to count the files in a PR.We can get rid of
authorized-changes-detection.yml
from workflow, if the above things are doneAdditional context
This PR achieves the same in talawa-admin repo PalisadoesFoundation/talawa-admin#1793
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359
The text was updated successfully, but these errors were encountered: