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