From efc43ea7735fd9a9f9701dec19264631c4481533 Mon Sep 17 00:00:00 2001
From: Rich Howell <22135084+rich-howell@users.noreply.github.com>
Date: Wed, 18 Jan 2023 18:09:43 +0000
Subject: [PATCH] Update opened-pr-triage.yml

---
 .github/workflows/opened-pr-triage.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/opened-pr-triage.yml b/.github/workflows/opened-pr-triage.yml
index a3f901431..eb5887f47 100644
--- a/.github/workflows/opened-pr-triage.yml
+++ b/.github/workflows/opened-pr-triage.yml
@@ -1,14 +1,14 @@
-name: Mark new pull request as waiting review
+name: Mark new issue for triage
 
 on:
   pull_request:
     types: [opened]
 
 jobs:
-  needs-triage:
+  pr-waiting-review:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v1
+      - uses: actions/checkout@v2
       - uses: actions-ecosystem/action-add-labels@v1
         with:
           labels: waiting-review
-- 
GitLab