Skip to content

Commit

Permalink
Use bot type for check (#8362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Apr 19, 2024
1 parent 131703f commit 9b6f2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
backport:
runs-on: ubuntu-latest
name: Backport label added
if: ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.type != 'Bot' }}
steps:
- uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 9b6f2c0

Please sign in to comment.