Skip to content

Commit

Permalink
workflows/repo-lockdown: Ignore libcxx and related sub-directories
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 13, 2023
1 parent 7f28137 commit 63bd772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/repo-lockdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: 'Repo Lockdown'
on:
pull_request_target:
types: opened
paths-ignore:
- 'libcxx/**'
- 'libcxxabi/**'
- 'libunwind/**'
- 'runtimes/**'

permissions:
pull-requests: write
Expand Down

0 comments on commit 63bd772

Please sign in to comment.