Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/bedevere

A bot to help identify missing information for CPython pull requests
https://github.com/python/bedevere

Support a more muted trigger phrase for re-review (#66)

a9a40202f494116a2b1d2bcb414c3c948cd4b4de authored over 7 years ago
Print out the remaining GH quota after each successful call (#64)

a3b2db9db998ffbfdbe5780498f473f53ec21bfd authored over 7 years ago
Remove any "awaiting.." labels when a PR is merged. (GH-58)

- Remove any "awaiting.." labels when a PR is merged.
- labels are not removed if a PR is close...

1542033f795e9d0bec308b7d0b9774ee238f9108 authored over 7 years ago
Completely ignore comment reviews from stage decisions (#63)

281cd30dc9e9bc18a5654a86cd2d3a11ae2e5f37 authored over 7 years ago
Better failure messages for news entries (#62)

abaab5078a7ec49f776ca1d45b9a791bb94fcf2e authored over 7 years ago
Close PRs that try to merge a maintenance branch into master (#60)

992708614fa97349148b832b027754e5d797d451 authored over 7 years ago
Remove backport label when PR is edited. (GH-56)

Sometimes when creating the backport PR, the [X.Y] prefix was not added.
If the title is edited...

48cc64330307bd71fa9573fc7f597058e5b7ad13 authored over 7 years ago
Don't leave another "changes requested" comment if already awaiting changes (#52)

a21acfda3b28cf027da4c91e70883c9b32dce1d9 authored over 7 years ago
Tweak the "changes requested" message (#51)

Don't worry about mentioning a specific core dev and don't use hard line breaks.

3df54b9ec765fe098358842415eb1c546ceb4bf0 authored over 7 years ago
Shorten bpo issue # check failure description (#48)

GitHub truncates at 50 characters through CSS. While you can hover on the text to get the whole ...

3df65d992e3a418342bdfe674a77f89947d03d27 authored over 7 years ago
Touch up the change review notification (#45)

c7ea18a74bb24e1c97d6bedb64892c272c4af9de authored over 7 years ago
Take the 'next' directory into account (#44)

d66129837da4a92ef56f7f6fdc3fa8def0396bd0 authored over 7 years ago
Update file matching (#43)

Closes #42

3fa90169f9dc4ee5a14ea2a2f2cdb60478813a71 authored over 7 years ago
Handle "skip news" label changes appropriately (#41)

e28ebdd6b3647fc62d9e5a52d402937f0f238a7d authored over 7 years ago
Mention the "skip news" label (#40)

6a03c4817f90781862a93ce7b63d4ee1bef14e5b authored over 7 years ago
Check for a news entry (#22)

b5e675a908d54bdc0ab1f076020fb1c2b767a5d3 authored over 7 years ago
Handle "unlabeled" events when a label is deleted (#37)

c02eb610d8601e477046581c78f0e350c47812b4 authored over 7 years ago
Wire up the stage router (#36)

* Rename awaiting.py to stage.py

* Wire up the stage router

5cedca4f3aa5481a0ec112369a42f0dd543fa695 authored over 7 years ago
Set a stage label for a PR (#33)

68b38335773f9ae2b47b761638f4c7345f63fdee authored over 7 years ago
Specifically say admins can modify a PR (#35)

f855e78d6a4d74caa0630a2f383776c74e3d675a authored over 7 years ago
Fix the body replacement code (#32)

textwrap.dedent() just was not doing the right thing.

9287b2ca69d33ca6b1b34990c124e5e6a541a1c2 authored over 7 years ago
Add a link to b.p.o at the end of the message body (#24)

3de06e3048e12d0d0e8a6698c98911d389e55b6e authored over 7 years ago
Drop periods from status description (#31)

No other services do that so it stands out as looking a little odd.

dd61ab016b8e7101ee4f175ead55c21ded0ca985 authored over 7 years ago
Use an async context manager (#30)

d7359b785012725f5b1a3e70bcda3156d333a4d0 authored over 7 years ago
Update the devguide URL (#29)

798fb60af39c53ef93de13312d3300fe68e22fb3 authored over 7 years ago
Check for "skip issue" instead of a "trivial" label (#28)

8e225fb1b0e9b6ec554b6757747995ba0e375317 authored over 7 years ago
Fix simple typo (#23)

f4f4f7eda54107091ecd71df0ad94c376610877e authored over 7 years ago
Add a period to the message that is left by the backport

6dccb0dd3c1bb63fbf1aeac335dde25e1873880c authored over 7 years ago
Fix dispatching of the backport module (#21)

Closes #13 (again).

e9980797382a8006fbc83acc2024757e230252c7 authored over 7 years ago
Fix code to work with an event and not a pull request directly (#20)

ee9c6f54d2753d24526e547ad8ed6dd7cf01db5f authored over 7 years ago
Automatically remove backport labels (#19)

Closes #13

59c62877b43e48c40cd0a26bff2e82831c8b0292 authored over 7 years ago
Try to clarify where to put the issue number in the PR title

a0c79740f0fb78c0d721e85542c59c17c6c8298b authored over 7 years ago
Use an LRU cache for gidgethub (#18)

5b01045c3ead9554cd3c779cd8f3edd136aeb42d authored over 7 years ago
Use gidgethub's router (#17)

196a85437405099d7dbc56ac84cfc822a2c96468 authored over 7 years ago
Pin the versions in requirements-dev.txt (#16)

0b2b897c5d40fb7cb676b8b1d35f77c775fc08b9 authored over 7 years ago
Remove redundant test (#12)

17e552616ca4f88b237b6588d803eff2dd42728b authored almost 8 years ago
Get tests to 100% coverage (#11)

b710490f7ec24db1c2248939fd3546af7aa542ab authored almost 8 years ago
Skip coverage for unimportant code (#10)

306a4984662eadda99e79b23722daa215507661b authored almost 8 years ago
Link to b.p.o when both issue number and trivial label are found (#5)

fb1f6fe960771d687fe219e906a24e0e61f34b1b authored almost 8 years ago
Add code coverage badge

64db81e99d70218f66b69b9b0f5bce5406ff41d9 authored almost 8 years ago
Add code coverage (#7)

71d0988da23e2fdc7ad8026eb91a46850d371038 authored almost 8 years ago
Mention "trivial" label in failure message (#2)

879bb6e6a56a7400ea1bfb52c8737a09ffe6811d authored almost 8 years ago
Add the Travis badge

1121cfe32aaa7589c2123e299b89069716d879fb authored almost 8 years ago
Add the Travis badge

5de95bf2fd3f72d318a54b2984d664b2e76e28a6 authored almost 8 years ago
Assign copyright to the PSF

a33f3d2f0e3201bfdb34d8b1466bc31c9ed41d41 authored almost 8 years ago
Add a Travis file

357770e8dc2f2a3baca8537b589888ce7ff3e498 authored almost 8 years ago
Pull in deployment deps with dev deps

cc311223c596edcb4ea2c5a61808e4317dcd8e84 authored almost 8 years ago
Pull the statuses URL instead of calculating it

a9bfeb8e113465132b0d31c60074a1bd5e5e759d authored almost 8 years ago
Merge branch 'master' into travis-config

c9508b3b9d2570fc810b8d9823fc7f07c2aee044 authored almost 8 years ago
Be looser in matching the issue number

1b4b4893fdb36cde5fe19e3cb177b05d51d72301 authored almost 8 years ago
Fix the failure URL and message

f4448b0da7dd2a064fea050e809710f99ac5adc5 authored almost 8 years ago
Change the SHA URL to be the test one

16bea80f7d01ea32d24abc613308267fcdf24cb0 authored almost 8 years ago
Add a Travis file

7cfc154fb4c74e1c66642e15852752bbc16f1760 authored almost 8 years ago
Pass in a port as an int

5ad3e5a743989f4e625bbeb8e8c1d3870c3ddb33 authored almost 8 years ago
Get the port from the environment

d62a8961814bde434adf04efb7deaabe18a0261f authored almost 8 years ago
Fix a typo in the Procfile

6af9ec33c7089a9166f0858bf89b67e3942cda5f authored almost 8 years ago
Be less runtime-specific on Heroku

bb4c21e1ecdb3e60de26ea55200180ceae3d1046 authored almost 8 years ago
Add a test for the ping

89fd19169633d180c44ced9741eca49265b9b705 authored almost 8 years ago
Handle a ping event

92f3c9d5906b300c17557e923ef70afc4c141f78 authored almost 8 years ago
Set up Heroku

a14d20588ba4cdfbc201ffd7eaa1247a720295bd authored almost 8 years ago
Consider a PR w/ a "trivial" label as passing

c9ddc5891d7b3d44bf00f25975f7417af762e942 authored almost 8 years ago
Explain what the bot does

8fc1dc99198f772bd9328c09f3ed39105ada2d97 authored almost 8 years ago
Initial code commit

03c9219e708d537256a08f158bd0b0532072054e authored almost 8 years ago
Update the README

b3367ae8d824eca54a2914c197a384bac083260c authored almost 8 years ago
Update the license to be valid

85bab96bafb4c3e901b84d5ff6a6057ebb58b2f2 authored almost 8 years ago
Initial commit

188ae7db7864594bc723c1fd61d9718e6e692eba authored almost 8 years ago