Sha256: fdde6bbddaf639b2da45ccb3f9461db7385070e740da831ee3b16909ee8e100e

Contents?: true

Size: 565 Bytes

Versions: 6

Compression:

Stored size: 565 Bytes

Contents

user_mailer:
  from: '"GotFixed Notifications" <noreply@saunier.me>'
  subject_template: "[Fixed] %{title}"

github:
  - owner: ssaunier
    repo: got_fixed
    labels: "demo"  # Comma-separated labels for github issues to be shown on dashboard
    access_token: <%= ENV['GITHUB_PERSONAL_ACCESS_TOKEN'] %>
    webhook_secret: "secret"  # For specs, should be <%= ENV['GITHUB_WEBHOOK_SECRET'] %>
# - owner: ssaunier
#   repo: dotfiles
#   labels: ""
#   access_token: <%= ENV['GITHUB_PERSONAL_ACCESS_TOKEN'] %>
#   webhook_secret: <%= ENV['GITHUB_WEBHOOK_SECRET'] %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
got_fixed-0.0.6 spec/dummy/config/got_fixed.yml
got_fixed-0.0.5 spec/dummy/config/got_fixed.yml
got_fixed-0.0.4 spec/dummy/config/got_fixed.yml
got_fixed-0.0.3 spec/dummy/config/got_fixed.yml
got_fixed-0.0.2 spec/dummy/config/got_fixed.yml
got_fixed-0.0.1 spec/dummy/config/got_fixed.yml