From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:01:43 +0000 (+0000) Subject: build(deps): bump actions/github-script from 6.3.3 to 6.4.0 X-Git-Tag: v253-rc2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8565f93e9d77d5067a4eb45f510056ec3b75f53;p=thirdparty%2Fsystemd.git build(deps): bump actions/github-script from 6.3.3 to 6.4.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d556feaca394842dc55e4734bf3bb9f685482fa0...98814c53be79b1d30f795b907e553d8679345975) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e7e61bcacd0..b6f65afd4e5 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -27,7 +27,7 @@ jobs: configuration-path: .github/labeler.yml sync-labels: "" # This is a workaround for issue 18671 - - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 + - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 if: github.event_name == 'pull_request_target' && github.event.action != 'closed' && !github.event.pull_request.draft with: script: | @@ -71,7 +71,7 @@ jobs: } } - - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 + - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 if: github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/please-review') with: script: | @@ -82,7 +82,7 @@ jobs: labels: ["please-review"] }) - - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 + - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.issue.pull_request with: script: |