We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 614f5ba + fe50d2a commit e135b51Copy full SHA for e135b51
1 file changed
.github/workflows/bot-automerge.yaml .github/workflows/automerge.yaml.github/workflows/bot-automerge.yaml renamed to .github/workflows/automerge.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
if: (github.event.pull_request.user.login == 'dependabot[bot]' ||
13
github.event.pull_request.user.login == 'pre-commit-ci[bot]') &&
14
- github.repository == 'sgibson91/bump-helm-deps-action'
+ github.repository == 'sgibson91/github-activity-dashboard'
15
steps:
16
- name: Enable auto-merge for bot PRs
17
run: gh pr merge --auto --merge "$PR_URL"
0 commit comments