From 62df8e2ffb451ca5397a466fe508737ab0746158 Mon Sep 17 00:00:00 2001
From: Matiss Janis Aboltins <matiss@mja.lv>
Date: Wed, 18 Jan 2023 22:08:38 +0000
Subject: [PATCH] :construction_worker:  remove waiting-for-review auto label
 github action (#483)

---
 .github/workflows/opened-pr-triage.yml | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 .github/workflows/opened-pr-triage.yml

diff --git a/.github/workflows/opened-pr-triage.yml b/.github/workflows/opened-pr-triage.yml
deleted file mode 100644
index 9fa37dced..000000000
--- a/.github/workflows/opened-pr-triage.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Mark new pull request waiting review
-
-on:
-  pull_request:
-    types: [opened]
-
-jobs:
-  pr-waiting-review:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v3
-      
-      - uses: actions-ecosystem/action-add-labels@v1
-        with:
-          labels: waiting-review
-- 
GitLab