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 a960855 commit 5006993Copy full SHA for 5006993
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.3.1
+ uses: multimediallc/codeowners-plus@v1.3.2
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.2.dev",
+ Version: "v1.3.3.dev",
54
Description: "",
55
Commands: []*cli.Command{
56
{
0 commit comments