Skip to content

Commit

Permalink
workflow: no auto pr with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Oct 21, 2024
1 parent c0047d7 commit 336c5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: [pull_request]

jobs:
update:
if: ${{ !contains(github.event.pull_request.body, '<!--- SKIP AUTOGENERATED NOTES --->') }}
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && !contains(github.event.pull_request.body, '<!--- SKIP AUTOGENERATED NOTES --->') }}
runs-on: ubuntu-latest
steps:
# Step 1: Use an action to generate the pull request description
Expand Down

0 comments on commit 336c5df

Please sign in to comment.