From: Jan Macku Date: Thu, 23 Jun 2022 14:37:50 +0000 (+0200) Subject: github: Issue forms - fix GA `SHA1` ref X-Git-Tag: v252-rc1~777 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cacdb39853597d4bdc4336336ed5d26bcc07f34;p=thirdparty%2Fsystemd.git github: Issue forms - fix GA `SHA1` ref Fix `SHA1` reference for github action `stefanbuck/github-issue-parser` to point to correct commit. Follow-up to: #23811 --- diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index d237360b5e4..41a6d9fd57f 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -26,7 +26,7 @@ jobs: node-version: '16' - name: Parse issue form - uses: stefanbuck/github-issue-parser@fb73b92b5c4d283c3e9a198f2bb7dbbf6cf87079 + uses: stefanbuck/github-issue-parser@fc06b2a0adc5ccb7702ab6b641fd8a742a5e9cc0 id: issue-parser with: template-path: .github/ISSUE_TEMPLATE/${{ matrix.template }}