You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `token` | `GITHUB_TOKEN` or Personal Access Token with `repo` scope | Yes |
79
81
| `self` | The name of Merge Gatekeeper job, and defaults to `merge-gatekeeper`. This is used to check other job status, and do not check Merge Gatekeeper itself. If you updated the GitHub Action job name from `merge-gatekeeper` to something else, you would need to specify the new name with this value. | |
80
-
| `interval` | Check interval to recheck the job status. Default is set to 30 (sec). | |
82
+
| `interval` | Check interval to recheck the job status. Default is set to 5 (sec). | |
81
83
| `timeout` | Timeout setup to give up further check. Default is set to 600 (sec). | |
82
-
| `ignored` | Jobs to ignore regardless of their statuses. Defined as a comma-separated list. | |
84
+
| `ignored` | Jobs to ignore regardless of their statuses. Defined as a comma-separated list. | |
83
85
| `ref` | Git ref to check out. This falls back to the HEAD for given PR, but can be set to any ref. | |
|`token`|`GITHUB_TOKEN` or Personal Access Token with `repo` scope | Yes |
10
10
|`self`| The name of Merge Gatekeeper job, and defaults to `merge-gatekeeper`. This is used to check other job status, and do not check Merge Gatekeeper itself. If you updated the GitHub Action job name from `merge-gatekeeper` to something else, you would need to specify the new name with this value. ||
11
-
|`interval`| Check interval to recheck the job status. Default is set to 30 (sec). ||
11
+
|`interval`| Check interval to recheck the job status. Default is set to 5 (sec).||
12
12
|`timeout`| Timeout setup to give up further check. Default is set to 600 (sec). ||
13
-
|`ignored`| Jobs to ignore regardless of their statuses. Defined as a comma-separated list. ||
13
+
|`ignored`| Jobs to ignore regardless of their statuses. Defined as a comma-separated list. ||
14
14
|`ref`| Git ref to check out. This falls back to the HEAD for given PR, but can be set to any ref. ||
0 commit comments