From cbcdb38433ab7b71a91095b0d314049987a79301 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 15 Jul 2024 08:36:26 -0700 Subject: [PATCH] Remove extra dot from close-pr.yml (#45441) Summary: This is just a minor nit to make it easier to copy-n-paste ## Changelog: [INTERNAL] - Remove extra dot from close-pr.yml Pull Request resolved: https://github.com/facebook/react-native/pull/45441 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D59752879 Pulled By: cortinico fbshipit-source-id: caa398010b64024e2a0259d177762fd76082507f --- .github/workflows/close-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-pr.yml b/.github/workflows/close-pr.yml index e6558042e6c..40bc92fe59c 100644 --- a/.github/workflows/close-pr.yml +++ b/.github/workflows/close-pr.yml @@ -48,7 +48,7 @@ jobs: issue_number: closedPrNumber, owner: context.repo.owner, repo: context.repo.repo, - body: `This pull request was successfully merged by ${authorName} in **${sha}**.\n\n[When will my fix make it into a release?](https://github.com/reactwg/react-native-releases/blob/main/docs/faq.md#when-will-my-fix-make-it-into-a-release) | [How to file a pick request?](https://github.com/reactwg/react-native-releases/blob/main/docs/faq.md#how-to-open-a-pick-request)` + body: `This pull request was successfully merged by ${authorName} in **${sha}**\n\n[When will my fix make it into a release?](https://github.com/reactwg/react-native-releases/blob/main/docs/faq.md#when-will-my-fix-make-it-into-a-release) | [How to file a pick request?](https://github.com/reactwg/react-native-releases/blob/main/docs/faq.md#how-to-open-a-pick-request)` }); // If the PR has already been processed (labeled as Merged), skip it