From 817792be9ccee49e26c491257e1d49c816e7c226 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:01:28 -0800 Subject: [PATCH] chore: correct the example with minor other changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0576a82..7c69308 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ With this GitHub workflow, you can automate tasks whenever an author creates mul --- -### Getting Started +### 🚀 Getting Started - For custom configuration in-depth, you can check [examples](#examples). @@ -68,7 +68,7 @@ The four Combinations that you can use with comment and issueNumber: --- -### Examples +### 🔖 Examples
Add a custom label and print the issue number with a default message @@ -125,8 +125,8 @@ uses: Anmol-Baranwal/handle-multiple-issues@main with: label: "multiple issues" #default comment: | - 'custom message1' - 'custom message2' + custom message1 + custom message2 issueNumber: true #default is false gh-token: ${{ secrets.GITHUB_TOKEN }} # this is mandatory @@ -140,7 +140,7 @@ with: --- -### How to Suggest Features +### 🤝 How to Contribute? All changes are welcome. Please read our [contributing guidelines](Contributing.md) @@ -174,7 +174,7 @@ The scripts and documentation in this project are released under the
GitHub Profile of Anmol Baranwal
Anmol Baranwal

@Anmol-Baranwal