Skip to content

Commit 8666ae0

Browse files
committed
[Github] only run dependabot action if debandabot made modifications
1 parent 8f776c0 commit 8666ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_changelog.yml

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

0 commit comments

Comments
 (0)