Skip to content

Commit

Permalink
Taskcluster: run tasks for PRs from everyone
Browse files Browse the repository at this point in the history
These tasks should be untrusted, since they run before review.
The `repo:github.com/servo/servo:pull-request` role determines what scopes
(permissions) those tasks have.

https://tools.taskcluster.net/auth/roles/repo%3Agithub.com%2Fservo%2Fservo%3Apull-request
  • Loading branch information
SimonSapin committed Jan 4, 2019
1 parent 7a64588 commit d4038d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
@@ -1,7 +1,7 @@
version: 1
policy:
# https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/docs/taskcluster-yml-v1#pull-requests
pullRequests: collaborators
pullRequests: public
tasks:
- $if: 'tasks_for == "github-push"'
then:
Expand Down

0 comments on commit d4038d0

Please sign in to comment.