diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3cb85d8..9d1e149 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -29,9 +29,9 @@ body: - type: input id: project-version attributes: - label: "'arduino/setup-task' version" + label: "'go-task/action' version" description: | - Which version of `arduino/setup-task` are you using? + Which version of `go-task/action` are you using? _This should be the most recent version available._ validations: required: true @@ -48,7 +48,7 @@ body: label: Issue checklist description: Please double-check that you have done each of the following things before submitting the issue. options: - - label: I searched for previous reports in [the issue tracker](https://github.com/arduino/setup-task/issues?q=) + - label: I searched for previous reports in [the issue tracker](https://github.com/go-task/action/issues?q=) required: true - label: I verified the problem still occurs when using the latest version required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6a398bb..54aa7d2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ blank_issues_enabled: false contact_links: - name: Learn about using this project - url: https://github.com/arduino/setup-task#readme + url: https://github.com/go-task/action#readme about: Detailed usage documentation is available here. - name: Learn about GitHub Actions url: https://docs.github.com/actions diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index ee451b7..7326aa2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -17,16 +17,16 @@ body: attributes: label: Describe the current behavior description: | - What is the current behavior of `arduino/setup-task` in relation to your request? + What is the current behavior of `go-task/action` in relation to your request? How can we reproduce that behavior? validations: required: true - type: input id: project-version attributes: - label: "'arduino/setup-task' version" + label: "'go-task/action' version" description: | - Which version of `arduino/setup-task` are you using? + Which version of `go-task/action` are you using? _This should be the most recent version available._ validations: required: true @@ -43,7 +43,7 @@ body: label: Issue checklist description: Please double-check that you have done each of the following things before submitting the issue. options: - - label: I searched for previous requests in [the issue tracker](https://github.com/arduino/setup-task/issues?q=) + - label: I searched for previous requests in [the issue tracker](https://github.com/go-task/action/issues?q=) required: true - label: I verified the feature was still missing when using the latest version required: true diff --git a/.github/workflows/check-action-metadata-task.yml b/.github/workflows/check-action-metadata-task.yml index c567941..ff8b827 100644 --- a/.github/workflows/check-action-metadata-task.yml +++ b/.github/workflows/check-action-metadata-task.yml @@ -38,7 +38,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/check-markdown-task.yml b/.github/workflows/check-markdown-task.yml index 55f0a7f..bd1c74b 100644 --- a/.github/workflows/check-markdown-task.yml +++ b/.github/workflows/check-markdown-task.yml @@ -52,7 +52,7 @@ jobs: uses: xt0rted/markdownlint-problem-matcher@v3 - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x @@ -73,7 +73,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/check-npm-dependencies-task.yml b/.github/workflows/check-npm-dependencies-task.yml index 351cbbf..e64ec6e 100644 --- a/.github/workflows/check-npm-dependencies-task.yml +++ b/.github/workflows/check-npm-dependencies-task.yml @@ -85,7 +85,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x @@ -142,7 +142,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/check-npm-task.yml b/.github/workflows/check-npm-task.yml index 17b5694..f511d43 100644 --- a/.github/workflows/check-npm-task.yml +++ b/.github/workflows/check-npm-task.yml @@ -40,7 +40,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x @@ -61,7 +61,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/check-prettier-formatting-task.yml b/.github/workflows/check-prettier-formatting-task.yml index 7bd5b66..e29c655 100644 --- a/.github/workflows/check-prettier-formatting-task.yml +++ b/.github/workflows/check-prettier-formatting-task.yml @@ -214,7 +214,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/check-tsconfig-task.yml b/.github/workflows/check-tsconfig-task.yml index a8814fe..2594298 100644 --- a/.github/workflows/check-tsconfig-task.yml +++ b/.github/workflows/check-tsconfig-task.yml @@ -46,7 +46,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/check-typescript-task.yml b/.github/workflows/check-typescript-task.yml index 459eb5a..fcc29d7 100644 --- a/.github/workflows/check-typescript-task.yml +++ b/.github/workflows/check-typescript-task.yml @@ -52,7 +52,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/spell-check-task.yml b/.github/workflows/spell-check-task.yml index 26edcd9..5dcb973 100644 --- a/.github/workflows/spell-check-task.yml +++ b/.github/workflows/spell-check-task.yml @@ -32,7 +32,7 @@ jobs: run: pip install poetry - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/.github/workflows/test-typescript-task.yml b/.github/workflows/test-typescript-task.yml index c72491e..a6d1264 100644 --- a/.github/workflows/test-typescript-task.yml +++ b/.github/workflows/test-typescript-task.yml @@ -55,7 +55,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x @@ -76,7 +76,7 @@ jobs: node-version-file: package.json - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} version: 3.x diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf06550..a911df7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,6 +85,6 @@ See [step-debug-logs](https://github.com/actions/toolkit/blob/master/docs/action Instructions for releasing a new version of the action: -1. If the release will increment the major version, update the action refs in the examples in README.md (e.g., `uses: arduino/setup-task@v1` -> `uses: arduino/setup-task@v2`). +1. If the release will increment the major version, update the action refs in the examples in README.md (e.g., `uses: go-task/action@v1` -> `uses: go-task/action@v2`). 1. Create a [GitHub release](https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release), following the `vX.Y.Z` tag name convention. Make sure to follow [the SemVer specification](https://semver.org/). 1. Rebase the release branch for that major version (e.g., `v1` branch for the `v1.x.x` tags) on the tag. If no branch exists for the release's major version, create one. diff --git a/action.yml b/action.yml index 2778284..a64186e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: "arduino/setup-task" +name: "go-task/action" description: "Download Task and add it to the PATH" -author: "Arduino" +author: "Task" inputs: version: description: "Version to use. Example: 3.4.2" diff --git a/package.json b/package.json index 99f3e76..c92a4b6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/main.js", "repository": { "type": "git", - "url": "git+https://github.com/arduino/setup-task.git" + "url": "git+https://github.com/go-task/action.git" }, "keywords": [ "actions",