summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/labeler.yml')
-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 389f896f23..98eee02434 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -30,7 +30,7 @@ jobs:
sync-labels: "" # This is a workaround for issue 18671
- name: Set or remove labels based on systemd development workflow
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
+ uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
if: github.event_name == 'pull_request_target' && github.event.action != 'closed' && !github.event.pull_request.draft
with:
script: |
@@ -75,7 +75,7 @@ jobs:
}
- name: Add please-review label on command in issue comment
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
+ uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
if: github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/please-review')
with:
script: |
@@ -87,7 +87,7 @@ jobs:
})
- name: Remove specific labels when PR is closed or merged
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
+ uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
if: github.event_name == 'pull_request_target' && github.event.action == 'closed'
with:
script: |