Skip to content

Commit

Permalink
match dependabot actor instead of branch names (#302)
Browse files Browse the repository at this point in the history
as they are unreliable????
  • Loading branch information
mellowagain authored May 17, 2024
1 parent 328b014 commit e09f5b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/weekly_dependency_update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Assign weekly release dependabot reviewer
on:
pull_request:
branches:
- "dependabot/*"
types:
- opened
- ready_for_review
Expand All @@ -13,6 +11,7 @@ permissions:
jobs:
assign:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: assign dependency updates team to pull request
env:
Expand Down

0 comments on commit e09f5b6

Please sign in to comment.