From fcaff76afa2a2c1fad20f38c2a7bc1120f88ff4c Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 7 Feb 2024 14:34:02 -0500 Subject: [PATCH] rename git hub action --- ...ck-be-api-changes.yml => check-api-for-breaking-changes.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{check-be-api-changes.yml => check-api-for-breaking-changes.yml} (97%) diff --git a/.github/workflows/check-be-api-changes.yml b/.github/workflows/check-api-for-breaking-changes.yml similarity index 97% rename from .github/workflows/check-be-api-changes.yml rename to .github/workflows/check-api-for-breaking-changes.yml index bf4706b81..8a2db76ee 100644 --- a/.github/workflows/check-be-api-changes.yml +++ b/.github/workflows/check-api-for-breaking-changes.yml @@ -1,4 +1,4 @@ -name: "Check Backend API Changes" +name: "Check Backend Breaking API Changes" on: pull_request: