[llvm-branch-commits] [llvm] release/23.x: workflows/require-team-membership: Fix typo (#212686) (PR #213354)

Douglas Yung via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 4 07:01:38 PDT 2026


https://github.com/dyung updated https://github.com/llvm/llvm-project/pull/213354

>From fa70bdd819bbb0e2b22f20ad7e79edfcbfd4a0cd Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Fri, 31 Jul 2026 14:00:41 -0700
Subject: [PATCH] workflows/require-team-membership: Fix typo (#212686)

(cherry picked from commit e423bace201fd04fd594e7fcd666d559ca12fda3)
---
 .github/workflows/require-team-membership/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/require-team-membership/action.yml b/.github/workflows/require-team-membership/action.yml
index 3371d10ea2004..c011c287347c5 100644
--- a/.github/workflows/require-team-membership/action.yml
+++ b/.github/workflows/require-team-membership/action.yml
@@ -6,7 +6,7 @@ inputs:
   team-slug:
     description: >-
       The team name (in slug form) that the github actor must be a member of.
-    requried: true
+    required: true
   LLVM_TOKEN_GENERATOR_CLIENT_ID:
     description: >-
       Client ID for our GitHub App we use for generating access tokens.



More information about the llvm-branch-commits mailing list