Skip to content

Commit

Permalink
chore: apply changes due to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jun 14, 2021
1 parent b83ebfa commit 78dc715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,7 +18,7 @@ permissions:
issues: read
pull-requests: read
```

In addition, based on the provided configuration, the action could require more permission(s) (e.g.: add label, remove label, comment, close, etc.).
You can find more information about the required permissions under the corresponding options that you wish to use.
However, if don't want to bother, you can use these permissions:
Expand Down Expand Up @@ -60,8 +60,8 @@ Every argument is optional.
| [any-of-labels](#any-of-labels) | Only issues/PRs with ANY of these labels are checked | |
| [any-of-issue-labels](#any-of-issue-labels) | Only issues with ANY of these labels are checked | |
| [any-of-pr-labels](#any-of-pr-labels) | Only PRs with ANY of these labels are checked | |
| [query-operations-per-run](#query-operations-per-run) | Max number of query operations per run (GitHub read) | `30` |
| [mutation-operations-per-run](#mutation-operations-per-run) | Max number of mutation operations per run (GitHub write) | `200` |
| [query-operations-per-run](#query-operations-per-run) | Max number of query operations per run (GitHub read) | `30` |
| [mutation-operations-per-run](#mutation-operations-per-run) | Max number of mutation operations per run (GitHub write) | `200` |
| [remove-stale-when-updated](#remove-stale-when-updated) | Remove stale label from issues/PRs on updates | `true` |
| [remove-issue-stale-when-updated](#remove-issue-stale-when-updated) | Override [remove-stale-when-updated](#remove-stale-when-updated) for issues only | |
| [remove-pr-stale-when-updated](#remove-pr-stale-when-updated) | Override [remove-stale-when-updated](#remove-stale-when-updated) for PRs only | |
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -9134,4 +9134,4 @@ module.exports = require("zlib");;
/******/ // Load entry module and return exports
/******/ return __nccwpck_require__(3109);
/******/ })()
;
;

0 comments on commit 78dc715

Please sign in to comment.