diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 0b3ed990e..bd8431803 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,4 +1,5 @@ - +--- + ### Pull Request checklist @@ -14,4 +15,4 @@ 1. click on Show All Checks, 2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark, 3. click on the "Fenix - assemble" task, then click "Run Artifacts". -4. the APK links should be on the left side of the screen, named for each CPU architecture \ No newline at end of file +4. the APK links should be on the left side of the screen, named for each CPU architecture diff --git a/.taskcluster.yml b/.taskcluster.yml index 20f453233..a36157652 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -14,18 +14,21 @@ tasks: $let: # Github events have this stuff in different places... ownerEmail: - $if: 'tasks_for == "github-push"' - then: '${event.pusher.email}' - # Assume Pull Request - else: - $if: 'tasks_for == "github-pull-request"' - then: '${event.pull_request.user.login}@users.noreply.github.com' + $if: 'event.sender.login == "bors[bot]"' + then: 'skaspari+mozlando@mozilla.com' # It must match what's in bors.toml + else: + $if: 'tasks_for == "github-push"' + then: '${event.pusher.email}' + # Assume Pull Request else: - $if: 'tasks_for == "github-release"' - then: '${event.sender.login}@users.noreply.github.com' + $if: 'tasks_for == "github-pull-request"' + then: '${event.pull_request.user.login}@users.noreply.github.com' else: - $if: 'tasks_for in ["cron", "action"]' - then: '${tasks_for}@noreply.mozilla.org' + $if: 'tasks_for == "github-release"' + then: '${event.sender.login}@users.noreply.github.com' + else: + $if: 'tasks_for in ["cron", "action"]' + then: '${tasks_for}@noreply.mozilla.org' baseRepoUrl: $if: 'tasks_for in ["github-push", "github-release"]' then: '${event.repository.html_url}' @@ -88,7 +91,9 @@ tasks: then: ${event.action} else: 'UNDEFINED' in: - $if: 'tasks_for in ["github-pull-request", "action", "cron"] || (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") || (tasks_for == "github-release" && releaseAction == "published")' + $if: 'tasks_for in ["github-pull-request", "action", "cron"] + || (tasks_for == "github-push" && head_branch[:10] != "refs/tags/") && (head_branch != "staging.tmp") && (head_branch != "trying.tmp") + || (tasks_for == "github-release" && releaseAction == "published")' then: $let: level: