Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Firehed/probot

Tags

v9.5.3

Toggle v9.5.3's commit message
fix: update insecure dependencies

v9.5.2

Toggle v9.5.2's commit message
fix: read environment variables before initiating logging (probot#1036)

v9.5.1

Toggle v9.5.1's commit message
chore(package): update lockfile package-lock.json

v9.5.0

Toggle v9.5.0's commit message
refactor: use Typescripts ReturnType<> instead of mocking all require…

…d properties

ping @JasonEtco - like that better?

v9.4.0

Toggle v9.4.0's commit message
feat: add LOG_LEVEL_IN_STRING to set bunyan-format levelInString opti…

…on (probot#1015)

v9.3.4

Toggle v9.3.4's commit message
fix: update `@octokit/graphql` to v4 (probot#1006)

v9.3.3

Toggle v9.3.3's commit message
chore(package): update lockfile package-lock.json

v9.3.2

Toggle v9.3.2's commit message
chore(package): update lockfile package-lock.json

v9.3.1

Toggle v9.3.1's commit message
chore(package): update lockfile package-lock.json

v9.3.0

Toggle v9.3.0's commit message
feat: Implement probot-config on context.config (probot#619)

Implements the functionality of https://github.com/probot/probot-config
in context.config. This adds the ability to have config fallback to a
`.github` project in the target repository's organization, or for
repository configs to specify a particular repository to merge config
from.