Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Jun 2, 2022
1 parent 904e36c commit 105945c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Codeball Actions are built on multiple smaller building-blocks, that are heavily
### Example: "Dry-run" mode, labels all PRs with the Codeball Result
<details>
<summary>codeball-dry-run.yml</summary>
<summary>▶️ codeball-dry-run.yml</summary>
```yaml
on: [pull_request]
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
### Example: Approve only (no labels)

<details>
<summary>codeball-approve.yml</summary>
<summary>▶️ codeball-approve.yml</summary>

```yaml
on: [pull_request]
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
### Example: Filter files (run only for PRs modifying a single service)
<details>
<summary>codeball-filter-files.yml</summary>
<summary>▶️ codeball-filter-files.yml</summary>
```yaml
on:
Expand Down

0 comments on commit 105945c

Please sign in to comment.