From 5a4ff55d7e3cc5d57fbde21d9881a39a52282fea Mon Sep 17 00:00:00 2001 From: Duncan Kennedy Date: Tue, 17 Sep 2024 10:41:14 -0600 Subject: [PATCH] Removing .yaml from action titles Hey Nicole, just fixing up the action names. Joe asked me to, and I thought this would be easier on the "upkeep" branch! --- .github/workflows/check-no-suggests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-no-suggests.yaml b/.github/workflows/check-no-suggests.yaml index 27340b00..be3c8c8d 100644 --- a/.github/workflows/check-no-suggests.yaml +++ b/.github/workflows/check-no-suggests.yaml @@ -12,7 +12,7 @@ on: pull_request: branches: [main, master] -name: check-no-suggests.yaml +name: check-no-suggests permissions: read-all