From a629967591ad8cf0472520637df4056c0e471098 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Mon, 20 Nov 2023 22:54:43 -0500 Subject: [PATCH] Updated to not run linting on automated pull requests properly --- src/Nuke/GithubActions/GitHubActionsLintAttribute.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs b/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs index 7a6281eea..843070f5b 100644 --- a/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs +++ b/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs @@ -57,8 +57,6 @@ public override ConfigurationEntity GetConfiguration(IReadOnlyCollection( step => @@ -76,6 +74,8 @@ public override ConfigurationEntity GetConfiguration(IReadOnlyCollection z.If = "github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]'"); + buildJob.Name = "lint"; return configuration;