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

feat(refactor): update github receiver to use scraper as key #580

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

adrielp
Copy link
Collaborator

@adrielp adrielp commented Oct 26, 2024

github:
  scrapers:
    github: ...

has now been changed to:

github:
  scrapers:
    scraper: ..

Resolves #570

```yaml
github:
  scrapers:
    github: ...
```

has now been changed to:

```yaml
github:
  scrapers:
    scraper: ..
```
@github-actions github-actions bot added documentation Improvements or additions to documentation go build labels Oct 26, 2024
@gnmeyer gnmeyer merged commit d26719e into main Oct 30, 2024
15 checks passed
@gnmeyer gnmeyer deleted the gh-refactor branch October 30, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build documentation Improvements or additions to documentation go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the scraper code within the GitHub receiver
2 participants