Skip to content

add pull request crawler time trigger #34

add pull request crawler time trigger

add pull request crawler time trigger #34

Triggered via push September 6, 2023 06:29
Status Success
Total duration 1m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/RepositorySummary.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/RepositorySummary.cs#L7
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/RepositorySummary.cs#L12
Non-nullable property 'Contributors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/QueueConfig.cs#L6
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/PullRequestSummary.cs#L7
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryRequest.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryRequest.cs#L7
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryPageRequest.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryPageRequest.cs#L7
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessGitHubUserRequest.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.