Skip to content

Commit

Permalink
Merge pull request #380 from traPtitech/fix/repoNameInAutoMerge
Browse files Browse the repository at this point in the history
fixed: repository name in `auto-merge.yaml`
  • Loading branch information
Pugma authored Oct 19, 2024
2 parents ed8fadd + f1920db commit 906aaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
AutoMerge:
name: Approve patch PR
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'traPtitech/traPortfolio-Dashboard'
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 906aaf5

Please sign in to comment.