Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Removing the user check could give privileged access to a potential attacker.
if: |
github.event.pull_request.user.login == 'dependabot[bot]' &&
! contains(github.event.pull_request.title, 'development group')
startsWith(github.head_ref, 'dependabot/npm_and_yarn/npm-production-')

runs-on: ubuntu-latest

Expand Down
Loading