diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-01 10:01:43 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-02-01 10:15:44 +0100 |
commit | b8565f93e9d77d5067a4eb45f510056ec3b75f53 (patch) | |
tree | 0ebdfb68e706184238fc2dc165bbadaa3f8638b0 /.github/workflows/labeler.yml | |
parent | build(deps): bump redhat-plumbers-in-action/advanced-issue-labeler (diff) | |
download | systemd-b8565f93e9d77d5067a4eb45f510056ec3b75f53.tar.xz systemd-b8565f93e9d77d5067a4eb45f510056ec3b75f53.zip |
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] <support@github.com>
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r-- | .github/workflows/labeler.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e7e61bcacd..b6f65afd4e 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: | |