pagure / dist-git: add staging conditional for testing
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5e046c04a6
commit
b7294036cc
1 changed files with 2 additions and 0 deletions
|
@ -238,9 +238,11 @@ ACLS = {
|
|||
'pull_request_comment': 'Comment on a pull-request of this project',
|
||||
'pull_request_flag': 'Flag a pull-request of this project',
|
||||
'pull_request_merge': 'Merge a pull-request of this project',
|
||||
{% if env == 'staging' %}
|
||||
"pull_request_update": (
|
||||
"Update a pull-request (title, description, assignee...)"
|
||||
),
|
||||
{% endif %}
|
||||
"pull_request_rebase": "Rebase a pull-request",
|
||||
'modify_project': 'Modify an existing project',
|
||||
'generate_acls_project': 'Generate the Gitolite ACLs on a project',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue