Skip to content

Commit 9664de8

Browse files
authored
fixup!
1 parent e4ddc41 commit 9664de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Dependabot is annoying, but this makes it a bit less so.
1616
dependabot:
1717
runs-on: ubuntu-latest
18-
if: github.event_name == 'pull_request_target'
18+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'coder/coder'
1919
permissions:
2020
pull-requests: write
2121
steps:

0 commit comments

Comments
 (0)