Mobile GitHub Action: Fix authorized-changes-detection
#2377
Labels
feature request
no-issue-activity
No issue activity
test
Testing application
unapproved
Unapproved, needs to be triaged
Is your feature request related to a problem? Please describe.
authorized-changes-detection.yml
that, during pull requests, detects when sensitive files are modified and exits with an error.Describe the solution you'd like
develop
branchauthorized-changes-detection.yml
file to a file calledsensitive_files.txt
authorized-changes-detection.yml
filecheck_files.py
in the.github/workflows/
directory whose content is identical to that in this filepull-request.yml
Check-Changed-Files:
key section identical to that found in:Check-Changed-Files:
must needFlutter-Codebase-Check
to run as a pre-requisite dependencyBranch-check:
key section, as this is now handled by the new scriptauthorized-changes-detection.yml
file must be deleted.sensitive_files.txt
where the GitHub action must fail.github/workflows/
directory must be submitted in the final PRDescribe alternatives you've considered
Approach to be followed (optional)
Additional context
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: