Skip to content

Commit

Permalink
Do not require a Towncrier file for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Feb 2, 2025
1 parent 16fe8aa commit 08d2210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
pr_require_towncrier_file:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- name: Ensure towncrier file exists
Expand Down

0 comments on commit 08d2210

Please sign in to comment.