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 b570980 commit 3af4aadCopy full SHA for 3af4aad
README.md
@@ -92,7 +92,7 @@ jobs:
92
fetch-depth: 0
93
94
- name: 'Codeowners Plus'
95
- uses: multimediallc/codeowners-plus@v1.3.2
+ uses: multimediallc/codeowners-plus@v1.5.0
96
with:
97
github-token: '${{ secrets.GITHUB_TOKEN }}'
98
pr: '${{ github.event.pull_request.number }}'
tools/cli/main.go
@@ -50,7 +50,7 @@ func main() {
50
app := &cli.App{
51
Name: "codeowners-cli",
52
Usage: "CLI tool for working with .codeowners files",
53
- Version: "v1.3.3.dev",
+ Version: "v1.5.1.dev",
54
Description: "",
55
Commands: []*cli.Command{
56
{
0 commit comments