From 2a84211ec59675a1b9218df3dc2cad3ec2dd17a2 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Fri, 17 Jun 2022 13:59:19 -0700 Subject: [PATCH] Fix filename of add-to-project workflow (#6177) The workflow wasn't running because GitHub didn't recognize the config file due to the missing extension. --- .github/workflows/{add-to-project => add-to-project.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{add-to-project => add-to-project.yml} (100%) diff --git a/.github/workflows/add-to-project b/.github/workflows/add-to-project.yml similarity index 100% rename from .github/workflows/add-to-project rename to .github/workflows/add-to-project.yml