Skip to content

Commit

Permalink
fix(dependabot): allowing dependabot to run the required github actio…
Browse files Browse the repository at this point in the history
…n checks
  • Loading branch information
dgreene1 committed Jul 1, 2021
1 parent cebf1e4 commit eed7693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Commitlint on PR

on:
pull_request:
pull_request_target:

jobs:
run-commitlint-on-pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
on:
pull_request:
pull_request_target:
branches:
- main
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: size
on: [pull_request]
on: [pull_request_target]
jobs:
size:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eed7693

Please sign in to comment.