Sha256: b453f91abcd1464074638a160080f35e5413e20b42ba531b152d154d1db71c64

Contents?: true

Size: 217 Bytes

Versions: 6

Compression:

Stored size: 217 Bytes

Contents

workflow "on pull request merge, delete the branch" {
  on = "pull_request"
  resolves = ["branch cleanup"]
}

action "branch cleanup" {
  uses = "jessfraz/branch-cleanup-action@master"
  secrets = ["GITHUB_TOKEN"]
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
faker-bot-0.5.3 .github/main.workflow
faker-bot-0.5.2 .github/main.workflow
faker-bot-0.5.1 .github/main.workflow
faker-bot-0.5.0 .github/main.workflow
faker-bot-0.4.5 .github/main.workflow
fakerbot-0.4.4 .github/main.workflow