slapr
slapr copied to clipboard
Add Pull Request status emojis to Slack posts.
### What does this PR do? Adds a missing scope to the README ### Motivation Tried to use it as described, failed with: ``` slack.errors.SlackApiError: The request to the Slack...
**Environment details (Operating System, Cloud provider, etc):** https://github.com/DataDog/integrations-core/actions/runs/7184356048/job/19565229824?pr=16394 **Describe what happened:** When I comment on an already commented PR, I get this error when the bot is triggered: ``` Traceback...
Some repositories might have reviews asked in several channels. Currently the 🟢 (approved) emoji is put in the message as soon as the PR has enough reviewers with respect to...
Hello :wave:, Do you think it would be possible to make Slapr ignore reviews from people that are not CODEOWNERS of the modified files ? Currently if someone approves a...
If I merge the pr the bot gives the following error in github actions: ``` slack.errors.SlackApiError: The request to the Slack API failed. The server responded with: {'ok': False, 'error':...
Idea: - Setup a single shared Gitlab job to run what we currently run in GitHub Actions. - It will need to have a hardcoded mapping of `{ repo ->...
Example: 
To ensure code quality, we should: - Run automated tests on CI - Linters and formatters: Black/flake8/mypy
[actions/labeler](https://github.com/actions/labeler) can be configured via a `labeler.yml` config file - which is what we use in `integrations-core`. Perhaps we could adopt the same pattern so that our users' `workflows/slapr.yml` is...