Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
ci: Ignore dependabot PRs
Browse files Browse the repository at this point in the history
Ref: #23
  • Loading branch information
caffeine-addictt committed Mar 24, 2024
1 parent f2afa96 commit fb47352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on: [pull_request]

jobs:
labeler:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
Expand Down

0 comments on commit fb47352

Please sign in to comment.