Skip to content

Commit

Permalink
rename label name ignore-protected-files to ignore-sensitive-files
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Oct 29, 2024
1 parent 819e73a commit e62ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
exit 1
Check-Sensitive-Files:
if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-protected-files-pr') }}
if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-sensitive-files-pr') }}
name: Checks if sensitive files have been changed without authorization
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e62ff38

Please sign in to comment.