Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add permission instructions for createComment #488

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into main
  • Loading branch information
RSS1102 authored Feb 5, 2025
commit 68f729763d8622e73ac6346a3c62f26849711a87
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -432,11 +432,10 @@ jobs:

### Use scripts with jsDoc support

If you want type support for your scripts, you could use the command below to install the
`github-script` type declaration.
If you want type support for your scripts, you could use the command below to install the `@actions/github-script` type declaration.

```sh
npm i -D @types/github-script@github:actions/github-script
$ npm i -D @actions/github-script@github:actions/github-script
```

And then add the `jsDoc` declaration to your script like this:
You are viewing a condensed version of this merge commit. You can view the full changes here.