slapr icon indicating copy to clipboard operation
slapr copied to clipboard

Add Pull Request status emojis to Slack posts.

Results 12 slapr issues
Sort by recently updated
recently updated
newest added

### 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 ->...

enhancement

Example: ![image](https://user-images.githubusercontent.com/49917914/75437383-684a9800-5956-11ea-9c7b-1ecf561c3747.png)

To ensure code quality, we should: - Run automated tests on CI - Linters and formatters: Black/flake8/mypy

enhancement

[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...