Skip to content

Commit

Permalink
Release 3.1.1 (#133)
Browse files Browse the repository at this point in the history
In this release, we add a substantially more verbs.

*  Add "restart" and "coalesce" as allowed verbs #130 
*  Add more verbs scraped from another repository #131
  • Loading branch information
faern authored Mar 27, 2024
1 parent 623037e commit f3b9cec
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 130 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].1
```
## Checked Events
Expand Down Expand Up @@ -99,7 +99,7 @@ string in the workflow file. For example:
```yaml
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
additional-verbs: 'chrusimusi, unit-test'
```
Expand All @@ -111,7 +111,7 @@ as input:
```yaml
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
path-to-additional-verbs: 'src/additional-verbs.txt'
```
Expand Down Expand Up @@ -153,7 +153,7 @@ You can allow one-liner commit messages by setting the flag `allow-one-liners`:
```yaml
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
allow-one-liners: 'true'
```
Expand Down Expand Up @@ -225,7 +225,7 @@ for pull requests you can either:
```yaml
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
validate-pull-request-commits: 'true'
# Required for private repos
Expand All @@ -246,7 +246,7 @@ jobs:
# Make sure this you also have this line
contents: read
steps:
- uses: mristin/[email protected].0
- uses: mristin/[email protected].1
with:
validate-pull-request-commits: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -265,7 +265,7 @@ We provide an `enforce-sign-off` flag so that you can enforce the sign-off in th
```yaml
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
enforce-sign-off: 'true'
```
Expand Down
Loading

0 comments on commit f3b9cec

Please sign in to comment.