summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-08 13:38:13 -0700
committerGitHub <noreply@github.com>2018-08-08 13:38:13 -0700
commitcc7b1206ec7ea12a1c0c5e85aaeb4455cc58f8bb (patch)
treebde13e483e700ae3f80812e491f4f4d531bbecbc
parent3e3bc453a9f1a95d0f3932a54e4bead1f5f7f3cf (diff)
parent5c5937889a998a80db670528efcd720128eb2d65 (diff)
downloadchef-cc7b1206ec7ea12a1c0c5e85aaeb4455cc58f8bb.tar.gz
Merge pull request #7533 from chef/ci
Fix expeditor to fire the right script on gem releases
-rw-r--r--.expeditor/config.yml32
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 17 insertions, 17 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 7c2ecdd55c..c90235d03f 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -84,49 +84,49 @@ artifact_actions:
subscriptions:
- workload: ruby_gem_published:mixlib-archive-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-authentication-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-cli-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-log-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-shellout-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:chef-vault-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:chef-zero-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:ohai-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:inspec-core-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:train-core-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:win32-process-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:win32-service-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:win32-taskscheduler-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:ffi-yajl-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:libyajl2-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:cheffish-*
actions:
- - bash:.expeditor/update_deps.sh
+ - bash:.expeditor/update_dep.sh
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index aca7c10237..6abaccc467 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -11,5 +11,5 @@ StackOverflow discussion that's relevant]
- [ ] New functionality includes tests
- [ ] All tests pass
-- [ ] RELEASE\_NOTES.md, has been updated if required (not required for bugfixes, required for API changes)
+- [ ] RELEASE\_NOTES.md has been updated if required (not required for bugfixes, required for API changes)
- [ ] All commits have been signed-off for the Developer Certificate of Origin. See <https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco>