diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5233b62..50debee 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: Bug Report description: Report bugs found while using the project -title: "[Bug]: " -labels: ["bug", "triage"] +title: '[Bug]: ' +labels: ['bug', 'triage'] assignees: - vj-abishek body: @@ -32,10 +32,10 @@ body: description: What version of our software are you running? options: - 1.4 (Default) - - 1.3 (Edge) - - 1.2 (Edge) - - 1.1 (Edge) - - 1.0 (Edge) + - 1.3 + - 1.2 + - 1.1 + - 1.0 validations: required: true - type: textarea @@ -51,4 +51,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/vj-abigo/invite-on-label/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file + required: true diff --git a/README.md b/README.md index 9a16511..76aa6be 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Invite on label - uses: vj-abigo/invite-on-label@v1.3 + uses: vj-abigo/invite-on-label@v1.4 with: organization: GitHub-Org label: invite me to the organization