Skip to content

Commit e135b51

Browse files
authored
Merge pull request #255 from sgibson91/sgibson91-patch-1
Update condition for automerge workflow
2 parents 614f5ba + fe50d2a commit e135b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: (github.event.pull_request.user.login == 'dependabot[bot]' ||
1313
github.event.pull_request.user.login == 'pre-commit-ci[bot]') &&
14-
github.repository == 'sgibson91/bump-helm-deps-action'
14+
github.repository == 'sgibson91/github-activity-dashboard'
1515
steps:
1616
- name: Enable auto-merge for bot PRs
1717
run: gh pr merge --auto --merge "$PR_URL"

0 commit comments

Comments
 (0)