Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notice annotation level and support more annotation fields #1175

Merged
merged 15 commits into from
Jul 13, 2021
Prev Previous commit
Next Next commit
Cleanup
  • Loading branch information
luketomlinson committed Jul 2, 2021
commit 8ba5e0e068ea21521f5c5f25cbc3bd522d4271ae
1 change: 0 additions & 1 deletion src/Runner.Worker/ActionCommandManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ private static class IssueCommandProperties
public const String EndColumn = "endColumn";
public const String Title = "title";
}

}

public sealed class GroupCommandExtension : GroupingCommandExtension
Expand Down