ignore-sensitive-files-pr
check isn't skipping check when label is added
#2699
Labels
bug
Something isn't working
ignore-sensitive-files-pr
The contributor has a legitimate reason for editiing protected files
Describe the bug
GitHub Action Fails to Detect Changes in Sensitive Files Properly
The
ignore-sensitive-files-pr
label isn't working as expected, causing the workflow to fail even when the label is applied to the pull request.To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the ignore-sensitive-files-pr label is added to a PR, the GitHub Action should ignore any changes in sensitive files listed in the workflow and not trigger an error.
Actual behavior
The workflow fails even when the ignore-sensitive-files-pr label is added. The sensitive file changes are still flagged as unauthorized, causing unnecessary workflow failures.
References
#2695
@varshith257 Pls assign the issue
The text was updated successfully, but these errors were encountered: