From 276449275e29e4433912fb17131a99e4f00abbba Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 2 Apr 2024 16:18:54 +0200 Subject: [PATCH] ci: fix commit SHA for stefanbuck/github-issue-parser The SHA for this action was updated by Dependabot in #25900 to a commit which later disappeared from the repo. Since then Dependabot kept (silently) failing to bump the SHA further: updater | 2024/03/31 21:22:13 ERROR Error processing stefanbuck/github-issue-parser (Dependabot::SharedHelpers::HelperSubprocessFailed) updater | 2024/03/31 21:22:13 ERROR error: no such commit c1a559d78bfb8dd05216dab9ffd2b91082ff5324 See: https://github.com/systemd/systemd/pull/25900#issuecomment-2028912672 Let's bump the SHA manually to v3.1.0 to get Dependabot back on the track. Co-authored-by: Evgeny Vereshchagin --- .github/workflows/issue_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index e71153a6b0804..0ecfb271642be 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Parse issue form - uses: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324 + uses: stefanbuck/github-issue-parser@1e5bdee70d4b3e066a33aa0669ab782943825f94 id: issue-parser with: template-path: .github/ISSUE_TEMPLATE/${{ matrix.template }}