We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed8fadd + f1920db commit 906aaf5Copy full SHA for 906aaf5
.github/workflows/auto-merge.yaml
@@ -12,7 +12,7 @@ jobs:
12
AutoMerge:
13
name: Approve patch PR
14
runs-on: ubuntu-latest
15
- 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'
16
steps:
17
- name: Dependabot metadata
18
id: metadata
0 commit comments