From 78dc7156ce14cec255a4bcfaee11bf9f917f39d7 Mon Sep 17 00:00:00 2001 From: TESTELIN Geoffrey Date: Mon, 14 Jun 2021 22:24:25 +0200 Subject: [PATCH] chore: apply changes due to rebase --- README.md | 6 +++--- dist/index.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3903b0b83..32f3ebbd3 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 | | diff --git a/dist/index.js b/dist/index.js index e5be6bdc0..6a78111f0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9134,4 +9134,4 @@ module.exports = require("zlib");; /******/ // Load entry module and return exports /******/ return __nccwpck_require__(3109); /******/ })() -; +; \ No newline at end of file