From 34c80bb7851431ef9db734315280301d15c9dfa9 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Mon, 30 Sep 2024 18:17:41 +0530 Subject: [PATCH] Message pinning is no longer a labs feature So remove it from this action --- .github/workflows/triage-labelled.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index fe7b275cad..d0126e4ee7 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -14,7 +14,6 @@ jobs: runs-on: ubuntu-latest if: > contains(github.event.issue.labels.*.name, 'A-Maths') || - contains(github.event.issue.labels.*.name, 'A-Message-Pinning') || contains(github.event.issue.labels.*.name, 'A-Location-Sharing') || contains(github.event.issue.labels.*.name, 'Z-IA') || contains(github.event.issue.labels.*.name, 'A-Jump-To-Date ') ||