We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb76ff2 commit 05374acCopy full SHA for 05374ac
README.md
@@ -0,0 +1,18 @@
1
+# setup renovate
2
+
3
+> An [octoherd](https://github.com/octoherd) script to remove a required status check from all protected branches
4
5
+## Usage
6
7
+```
8
+git clone https://github.com/octoherd/script-remove-required-ci-check.git
9
+$ npx @octoherd/cli \
10
+ --octoherd-token 0123456789012345678901234567890123456789 \
11
+ scripts/remove-required-ci-check/script.js \
12
+ "octokit/*" \
13
+ --check "Pika CI"
14
15
16
+## Licenses
17
18
+[ISC](LICENSE.md)
0 commit comments