diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-24 12:21:58 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-24 12:21:58 -0700 |
commit | 7d0c74a4c354e8e8712e91c010320c3ac2d0bb98 (patch) | |
tree | c29a5a2b34a63d973d0a8705e994c418040f8147 /.expeditor | |
parent | 098aba65ca87103e1ac01993169d7e6e6d2d45ca (diff) | |
download | chef-7d0c74a4c354e8e8712e91c010320c3ac2d0bb98.tar.gz |
Add an expeditor subscription for ffi-libarchive
Let expeditor open this PR in the future
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ca52c379ab..bbb13e4fd4 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -145,3 +145,6 @@ subscriptions: - workload: ruby_gem_published:license-acceptance-* actions: - bash:.expeditor/update_dep.sh + - workload: ruby_gem_published:ffi-libarchive-* + actions: + - bash:.expeditor/update_dep.sh |