summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-01 09:01:43 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-02-01 09:15:44 +0000
commitb8565f93e9d77d5067a4eb45f510056ec3b75f53 (patch)
tree0ebdfb68e706184238fc2dc165bbadaa3f8638b0 /.github
parentb0126d1e8e63972a0c81920d14a9a66443826273 (diff)
downloadsystemd-b8565f93e9d77d5067a4eb45f510056ec3b75f53.tar.gz
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')
-rw-r--r--.github/workflows/labeler.yml6
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: |