diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-29 04:36:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-29 04:36:14 -0500 |
commit | 051d763167d3c73d9ef4a647d0ea917c1cc5e529 (patch) | |
tree | 06fffa854d79d6d91c40b2564ecb0f7e2351be59 | |
parent | 82c1c14ff0e472165dbe7d476f30cef5f55c7b77 (diff) | |
parent | 5e9718d2417b7b75d8f8c8f9705cd0bb877fec57 (diff) | |
download | external_python_setuptools-051d763167d3c73d9ef4a647d0ea917c1cc5e529.tar.gz external_python_setuptools-051d763167d3c73d9ef4a647d0ea917c1cc5e529.tar.bz2 external_python_setuptools-051d763167d3c73d9ef4a647d0ea917c1cc5e529.zip |
Merge pull request #1617 from pypa/feature/secure-auto-merge
Only allow auto-merge PRs submitted by authorized users
-rw-r--r-- | .mergify.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml index 5631e683..2559a252 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,6 +8,7 @@ pull_request_rules: - status-success=continuous-integration/travis-ci/pr - status-success=continuous-integration/travis-ci/push - status-success=deploy/netlify + - author=jaraco actions: merge: method: merge |