From: Frantisek Sumsal Date: Sat, 1 Oct 2022 11:09:28 +0000 (+0200) Subject: ci: pin stefanbuck/github-issue-parser to a tagged release X-Git-Tag: v252-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00fe51b9ca32c0c648b501dd4a2f53e5f941103;p=thirdparty%2Fsystemd.git ci: pin stefanbuck/github-issue-parser to a tagged release Since [0] got resolved ([1]) we can finally pin the action to a tagged release (v2.0.4 ATTOW) and let Dependabot to do its job by updating it to the latest tagged release when it becomes available. Replaces: #24886 [0] https://github.com/stefanbuck/github-issue-parser/issues/23 [1] https://github.com/stefanbuck/github-issue-parser/pull/39 --- diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 6e45e405043..0a97bf4a969 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Parse issue form - uses: stefanbuck/github-issue-parser@fc06b2a0adc5ccb7702ab6b641fd8a742a5e9cc0 + uses: stefanbuck/github-issue-parser@f80b14f78892a66d7a35bba44f0a7d63bee03602 id: issue-parser with: template-path: .github/ISSUE_TEMPLATE/${{ matrix.template }}