Emily Rockman
Emily Rockman
I'm not seeing it in the docs (I originally set up changie last spring and you've make some big improvements since then) but it doesn't look like you can have...
@miniscruff I am now using that feature as I have different requirements for issues/PRs listed by kind. I'm loving how flexible the config has become. However, it does not help...
Closed in favor of #355
@nathan-protempo thanks for the write up. This was easy to reproduce with what you provided. The reason that TRUE/FALSE doesn't work is actually a limitation of jinja. From the [jinja...
@jared-rimmer thanks for your patience! Only adding a validation method with any additional checks continues the same validation it was doing before. We generally add the validation method to add...
We should be able to do this in a single action with multiple jobs to keep it centralized. [actions/stale](https://github.com/actions/stale) has options like [`only-label`](https://github.com/actions/stale#only-labels) and [`exempt-issues-stale`](https://github.com/actions/stale#exempt-issue-labels). We would need to use...
Close and reopen to re-kick off snyk and make sure my changes didn't cause anything bad!
There still seem to be a few unknowns here of exactly _how_ this would be implemented. - created a new cli flag to pass values - also allow to set...
This feels a little hacky but does resolve the exceptions thrown to be correct. I opened #5869 to explore the possible underlying issue.
It would also be useful to automate posting the release notes on the GitHUb Release page. Something like [this](https://github.com/softprops/action-gh-release#-external-release-notes) could work. Posting the contents of the release file as opposed...