Skip to content

Commit c8683cb

Browse files
committed
[Github] only run dependabot action for dependabot
1 parent fb98d0c commit c8683cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot_changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions: write-all
1515
jobs:
1616
changelog:
1717
runs-on: ubuntu-latest
18+
if: github.event.pull_request.user.login == 'dependabot[bot]'
1819
steps:
1920
- uses: actions/checkout@v4
2021
with:

0 commit comments

Comments
 (0)