In order for GitHub Actions plugin to work, the GitHub OAuth application must be created at the organization level. Updated docs to assist others that may run into any issues related to this.
Signed-off-by: Daniel Clayton <dclayton@godaddy.com>
If the user guest is used as an example value of the owner field, we should make sure to specify it as user:guest instead as the default is group.
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
* display EmptyState when no CI/CD is avialable
* change padding and title size
* add EmptyState to gitHubActionPlugin
* fix test failing
* add MissingAnnotationEmptyState
* add MissingAnnotationEmptyState to storybook
* add highlightedNumbers feature to Codesnippet
* use the new component in github actions and update README
* remove entity from MissingAnnotationEmptyState
* remove proptypes from Codesnippet
Co-authored-by: Samira Mokaram <samiram@spotify.com>