Skip to content

Commit 05374ac

Browse files
committed
docs(README): initial version
1 parent bb76ff2 commit 05374ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)