Skip to content

Commit

Permalink
chore: update workflows to use latest release version v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal authored Nov 13, 2023
1 parent 023c8b4 commit ffff64a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Handle Multiple Issues
uses: Anmol-Baranwal/handle-multiple-issues@main
uses: Anmol-Baranwal/handle-multiple-issues@v1
with:
label: "multiple issues" #default
close: false #default
Expand Down Expand Up @@ -74,7 +74,7 @@ The four Combinations that you can use with comment and issueNumber:
<summary>Add a custom label and print the issue number with a default message</summary>

```yml
uses: Anmol-Baranwal/handle-multiple-issues@main
uses: Anmol-Baranwal/handle-multiple-issues@v1
with:
label: "up for grabs" #default is 'multiple issues'
close: false #default
Expand All @@ -90,7 +90,7 @@ with:
<summary>Add a default label and print the issue number with a custom message</summary>

```yml
uses: Anmol-Baranwal/handle-multiple-issues@main
uses: Anmol-Baranwal/handle-multiple-issues@v1
with:
# label 'multiple issues' will be added
comment: 'custom message'
Expand All @@ -106,7 +106,7 @@ with:
<summary>Print a custom message without mentioning issue number</summary>

```yml
uses: Anmol-Baranwal/handle-multiple-issues@main
uses: Anmol-Baranwal/handle-multiple-issues@v1
with:
label: "multiple issues" #default
comment: 'custom message'
Expand All @@ -121,7 +121,7 @@ with:
<summary>Multiline comment message with issue number</summary>

```yml
uses: Anmol-Baranwal/handle-multiple-issues@main
uses: Anmol-Baranwal/handle-multiple-issues@v1
with:
label: "multiple issues" #default
comment: |
Expand Down

0 comments on commit ffff64a

Please sign in to comment.