Skip to content

Commit

Permalink
Merge pull request #244 from chizmw/dont-run-labeler-action-if-depend…
Browse files Browse the repository at this point in the history
…abot-pr-chi-40

chore: don't run labeler action if dependabot pr
  • Loading branch information
chizmw authored Aug 30, 2023
2 parents 97e1ff4 + 8787217 commit abe28e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-rabbits-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

chore: don't run labeler action if dependabot pr
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
labeler:
name: Add Labels to PRs
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fuxingloh/multi-labeler@v2
with:
Expand Down

0 comments on commit abe28e3

Please sign in to comment.