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 34de1e5 commit 64e37f3Copy full SHA for 64e37f3
server/events/project_command_runner.go
@@ -292,7 +292,7 @@ func (p *DefaultProjectCommandRunner) Apply(ctx command.ProjectContext) command.
292
func (p *DefaultProjectCommandRunner) ApprovePolicies(ctx command.ProjectContext) command.ProjectResult {
293
approvedOut, failure, err := p.doApprovePolicies(ctx)
294
return command.ProjectResult{
295
- Command: command.PolicyCheck,
+ Command: command.ApprovePolicies,
296
Failure: failure,
297
Error: err,
298
PolicyCheckResults: approvedOut,
0 commit comments