Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Oct 22, 2024
1 parent db2670b commit 11c6eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ permissions:
pull-requests: write

jobs:
debug:
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.actor }}
check_changelog:
# no need to check for dependency updates via dependabot
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'dependabot-preview[bot]'
Expand Down

0 comments on commit 11c6eac

Please sign in to comment.