Skip to content

Commit

Permalink
input updates
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-k committed Dec 6, 2023
1 parent 9f2405d commit 27a0d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Inputs are defined in [`action.yml`](action.yml). None are required.:
| `stale-branch-label` | Label to be applied to issues created for stale branches. <br>**As of v2, this _must_ be unique to this workflow**. | `stale branch 🗑️` |
| `compare-branches` | This compares each branch to the repo's default branch. <ul><li>When set to `info`, additional output describes if the current branch is ahead, behind, diverged, or identical to the default branch.<br>![image](https://user-images.githubusercontent.com/26232872/157590411-7c97806c-a509-4002-b7a5-a1e4a5da08eb.png)</li> <li>When set to `save`, this prevents branches from being deleted if they are ahead of or diverged from the default branch.</li> <li>When set to `off`, no additional calls are made.</li></ul> | off |
| `branches-filter-regex` | An optional Regex that will be used to filter branches from this action. | '' |
| `rate-limit` | If this is enabled, the action will stop if it exceeds 95% of the GitHub API rate limit. | false |

### Outputs
Outputs are defined in [`action.yml`](action.yml):
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
stale-branch-label: 'stale branch 🗑️'
compare-branches: 'info'
branches-filter-regex: '^((?!dependabot))'
rate-limit: false


```
Expand Down

0 comments on commit 27a0d65

Please sign in to comment.