Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.1 #133

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading