We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f39bf commit 21b948dCopy full SHA for 21b948d
2 files changed
README.md
@@ -92,7 +92,7 @@ jobs:
92
fetch-depth: 0
93
94
- name: 'Codeowners Plus'
95
- uses: multimediallc/codeowners-plus@v1.9.0
+ uses: multimediallc/codeowners-plus@v1.9.1
96
with:
97
github-token: '${{ secrets.GITHUB_TOKEN }}'
98
pr: '${{ github.event.pull_request.number }}'
tools/cli/main.go
@@ -51,7 +51,7 @@ func main() {
51
app := &cli.Command{
52
Name: "codeowners-cli",
53
Usage: "CLI tool for working with .codeowners files",
54
- Version: "v1.9.1.dev",
+ Version: "v1.9.2.dev",
55
Description: "",
56
Commands: []*cli.Command{
57
{
0 commit comments