Merge pull request #523 from actions/prepare-release

Update readme and prepare release
This commit is contained in:
Tara Nelson
2024-03-19 15:53:20 +00:00
committed by GitHub
19 changed files with 271 additions and 275 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
name: "@actions/core"
name: '@actions/core'
version: 1.10.1
type: npm
summary: Actions core lib
+1 -1
View File
@@ -1,5 +1,5 @@
---
name: "@actions/github"
name: '@actions/github'
version: 6.0.0
type: npm
summary: Actions github lib
+1 -1
View File
@@ -1,5 +1,5 @@
---
name: "@actions/http-client"
name: '@actions/http-client'
version: 2.2.1
type: npm
summary: Actions Http Client
+1 -1
View File
@@ -1,5 +1,5 @@
---
name: "@fastify/busboy"
name: '@fastify/busboy'
version: 2.1.1
type: npm
summary: A streaming parser for HTML form data for node.js
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/auth-token"
name: '@octokit/auth-token'
version: 4.0.0
type: npm
summary: GitHub API token authentication for browsers and Node.js
@@ -30,5 +30,5 @@ licenses:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/core"
name: '@octokit/core'
version: 5.1.0
type: npm
summary: Extendable client for GitHub's REST & GraphQL APIs
@@ -30,5 +30,5 @@ licenses:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/endpoint"
name: '@octokit/endpoint'
version: 9.0.4
type: npm
summary: Turns REST API endpoints into generic request options
@@ -30,5 +30,5 @@ licenses:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/graphql"
name: '@octokit/graphql'
version: 7.0.2
type: npm
summary: GitHub GraphQL API client for browsers and Node
@@ -30,5 +30,5 @@ licenses:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/openapi-types"
name: '@octokit/openapi-types'
version: 20.0.0
type: npm
summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
@@ -16,5 +16,5 @@ licenses:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/plugin-paginate-rest"
name: '@octokit/plugin-paginate-rest'
version: 9.2.1
type: npm
summary: Octokit plugin to paginate REST API endpoint responses
@@ -16,5 +16,5 @@ licenses:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/plugin-rest-endpoint-methods"
name: '@octokit/plugin-rest-endpoint-methods'
version: 10.4.1
type: npm
summary: Octokit plugin adding one method for all of api.github.com REST API endpoints
@@ -16,5 +16,5 @@ licenses:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/request-error"
name: '@octokit/request-error'
version: 5.0.1
type: npm
summary: Error class for Octokit request errors
@@ -30,5 +30,5 @@ licenses:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/request"
name: '@octokit/request'
version: 8.2.0
type: npm
summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers
@@ -31,5 +31,5 @@ licenses:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+2 -2
View File
@@ -1,5 +1,5 @@
---
name: "@octokit/types"
name: '@octokit/types'
version: 12.6.0
type: npm
summary: Shared TypeScript definitions for Octokit projects
@@ -16,5 +16,5 @@ licenses:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: "[MIT](LICENSE)"
text: '[MIT](LICENSE)'
notices: []
+1 -1
View File
@@ -210,5 +210,5 @@ licenses:
See the License for the specific language governing permissions and
limitations under the License.
- sources: README.md
text: "[Apache 2.0](LICENSE)"
text: '[Apache 2.0](LICENSE)'
notices: []
+1 -1
View File
@@ -16,5 +16,5 @@ licenses:
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: README.md
text: "[ISC](LICENSE.md)"
text: '[ISC](LICENSE.md)'
notices: []
+3 -7
View File
@@ -7,8 +7,6 @@ Note that this action does not support [GitHub projects (classic)](https://docs.
[![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml)
> **NOTE:** ⚠️ This action no longer uses the deprecated ProjectNext API. If you are looking for the old version of that action, use version [v0.0.5](https://github.com/actions/add-to-project/releases/tag/v0.0.5).
## Usage
_See [action.yml](action.yml) for [metadata](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions) that defines the inputs, outputs, and runs configuration for this action._
@@ -139,11 +137,9 @@ Using these events ensure that a given issue or pull request, in the workflow's
## Creating a PAT and adding it to your repository
- create a new [personal access
token](https://github.com/settings/tokens/new) with `project` scope. For private repos you will also need `repo` scope.
token](https://github.com/settings/tokens/new) with `project` scope. For private repos you will also need `repo` scope. For fine-grained access tokens, you will need to add the organization projects permission, and the repository issues and pull requests permissions.
_See [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for more information_
> **NOTE:** ️ Use a classic token with full control of projects. Personal access tokens with fine grained access do not support the GraphQL API.
- add the newly created PAT as a repository secret, this secret will be referenced by the [github-token input](#github-token)
_See [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for more information_
@@ -156,7 +152,7 @@ Use the [Add To GitHub Projects](https://github.com/marketplace/actions/add-to-g
## Development
To get started contributing to this project, clone it and install dependencies.
Note that this action runs in Node.js 16.x, so we recommend using that version
Note that this action runs in Node.js 20.x, so we recommend using that version
of Node (see "engines" in this action's package.json for details).
```shell
@@ -185,6 +181,6 @@ the "dist/" directory.
Now, a release can be created from the branch containing the built action.
# License
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)
+1 -1
View File
@@ -8,7 +8,7 @@
"@actions/github": "^6.0.0"
},
"engines": {
"node": ">=16.0.0",
"node": ">=20.0.0",
"npm": ">= 8.0.0"
},
"devDependencies": {