Skip to content

Commit 906aaf5

Browse files
authored
Merge pull request #380 from traPtitech/fix/repoNameInAutoMerge
fixed: repository name in `auto-merge.yaml`
2 parents ed8fadd + f1920db commit 906aaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
AutoMerge:
1313
name: Approve patch PR
1414
runs-on: ubuntu-latest
15-
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
15+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'traPtitech/traPortfolio-Dashboard'
1616
steps:
1717
- name: Dependabot metadata
1818
id: metadata

0 commit comments

Comments
 (0)