mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
Fixes trust_level expression (#2373)
This commit is contained in:
parent
5904a916d8
commit
b76e0697c1
@ -45,7 +45,7 @@ tasks:
|
||||
|
||||
trust_level:
|
||||
# Pull requests on main repository can't be trusted because anybody can open a PR on it, without a review
|
||||
$if: 'tasks_for in ["github-push", "github-release", "cron"] && event.repository.html_url == "https://github.com/mitchhentges/fenix"'
|
||||
$if: 'tasks_for in ["github-push", "github-release", "cron"] && event.repository.html_url == "https://github.com/mozilla-mobile/fenix"'
|
||||
then: 3
|
||||
else: 1
|
||||
in:
|
||||
|
Loading…
Reference in New Issue
Block a user