open-feature / ofep

A focal point for OpenFeature research, proposals and requests for comments
https://openfeature.dev
20 stars 15 forks source link

feat: workflow to send notification (stale PR) #61

Closed Sindhuinti closed 1 year ago

Sindhuinti commented 1 year ago

This PR

If a Pull request in the repository becomes stale, the bot will send notification to the contributor.

Sindhuinti commented 1 year ago

Hey @beeme1mr check this out. Please review this PR. If any changes required let me know.

Sindhuinti commented 1 year ago

Hey @beeme1mr check the modification of the PR.

Sindhuinti commented 1 year ago

It it possible to add a label that excludes a PR from this check?

Yes we can exclude a PR from this stale check by adding our own label in the label file with key exempt-labels: 'label-name'. Then any PR with the specified label will be excluded from this check. If you want it, then I will add the specified label in the exempt-labels section.

Sindhuinti commented 1 year ago

Hey @beeme1mr check this PR. Is there any modification needed?

beeme1mr commented 1 year ago

Hey @Sindhuinti, sorry for the delay. It looks like days-before-stale will affect both PRs and Issues but you've only configured PR messages. Could you please add messages for stale issues as well? Other than that, this looks good. @toddbaert any concerns?

toddbaert commented 1 year ago

Hey @Sindhuinti, sorry for the delay. It looks like days-before-stale will affect both PRs and Issues but you've only configured PR messages. Could you please add messages for stale issues as well? Other than that, this looks good. @toddbaert any concerns?

Agreed with this! looks good to me, but I'd love this on issues as well @Sindhuinti

Sindhuinti commented 1 year ago

Hey @beeme1mr & @toddbaert. I have included the issue message. Please check.