Skip to content

Commit

Permalink
ci(github): improve workflow auto-assign.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mark <remarkablemark@users.noreply.github.com>
  • Loading branch information
remarkablemark authored Feb 11, 2023
1 parent 9294e33 commit a557f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request_target
jobs:
auto-assign:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.event.action == 'opened'
if: endsWith(github.actor, '[bot]') == false && github.event.action == 'opened'

steps:
- name: Auto assign
Expand Down

0 comments on commit a557f85

Please sign in to comment.