Joseph Petersen

Results 80 issues of Joseph Petersen

https://github.blog/changelog/2021-04-06-releases-support-comments-and-reactions-with-discussion-linking/

type: feature

Could be improved even more by using: https://github.com/probot/octokit-plugin-config/blob/a613c0efd2873fb64a3a87f79365ec1951fd29ad/src/index.ts#L13 directly, as we would be able to specify a branch to get the config from. Actually this function is even better as...

Would be great to have as a CLI tool so you could move your changelog to GitHub prior to using `release-drafter` :rainbow: Parsing the commit history between versions and producing...

would be great to provide an action that would validate release-drafter.yml changes. Compliments #311

> - `github`: uses the compare GitHub API, appending the author login to the changelog. https://goreleaser.com/customization/changelog/

**Describe the bug** Should be able to understand signing commits **To Reproduce** Steps to reproduce the behavior: 1. Run `multi-gitter run -xxx` 2. `git verify-commit HEAD` **Expected behavior** Commits are...

enhancement

I'd like to contribute models for webhooks events :) https://docs.gitlab.com/ee/user/project/integrations/webhooks.html

Currently trying to configure `buildSync.json` and I have no idea what is the proper way of configuring the preinstalled `buildSync` plugin. at the moment I am getting replication errors for...

No reason to break compatibility

## Bug Report **Current Behavior** `app.on` complains about `pull_request_target` events due to use of `octokit/webhook` for verification. pull_request_target.opened pull_request_target.reopened pull_request_target.synchronize pull_request_target.edited console.warn "pull_request_target.synchronize" is not a known webhook name (developer.github.com/v3/activity/events/types)...