Skip to content

Commit

Permalink
Add documentation for required permissions (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Stringer <[email protected]>
  • Loading branch information
trstringer authored Nov 6, 2022
1 parent 984d112 commit 955f242
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ steps:
...
```

## Permissions

For the action to create a new issue in your project, please ensure that the action has write permissions on issues. You may have to add the following to your workflow:

```yaml
permissions:
issues: write
```

For more information on permissions, please look at the [GitHub documentation](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs).

## Limitations

* While the workflow is paused, it will still continue to consume a concurrent job allocation out of the [max concurrent jobs](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits).
Expand Down

0 comments on commit 955f242

Please sign in to comment.