From 4d05a9570dfc18767d87ad4fe86b85fc7339f2bd Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 5 Oct 2022 10:44:28 +0900 Subject: [PATCH] Ensure behavior of https://github.com/dependabot/fetch-metadata/pull/224 --- .github/workflows/auto-merge-dependabot-prs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependabot-prs.yml b/.github/workflows/auto-merge-dependabot-prs.yml index 572e210d..c2ac228b 100644 --- a/.github/workflows/auto-merge-dependabot-prs.yml +++ b/.github/workflows/auto-merge-dependabot-prs.yml @@ -14,7 +14,8 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.4 + # https://github.com/dependabot/fetch-metadata/pull/224 + uses: kachick/fetch-metadata@fix-get-info-for-library with: github-token: '${{ secrets.GITHUB_TOKEN }}' - uses: actions/checkout@v3