Skip to content

Commit

Permalink
Set a static owner to avoid issues with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Sep 17, 2019
1 parent d8be2a1 commit 1cfd1fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks:
metadata:
name: microannotate lint
description: microannotate lint
owner: ${user}@users.noreply.github.com
owner: mcastelluccio@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

- taskId: {$eval: as_slugid("packaging_test_task")}
Expand All @@ -69,7 +69,7 @@ tasks:
metadata:
name: microannotate packaging test
description: microannotate packaging test
owner: ${user}@users.noreply.github.com
owner: mcastelluccio@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

- $if: 'tasks_for == "github-push"'
Expand All @@ -92,7 +92,7 @@ tasks:
metadata:
name: microannotate tag version check
description: microannotate tag version check
owner: ${user}@users.noreply.github.com
owner: mcastelluccio@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

- taskId: {$eval: as_slugid("tests_task")}
Expand Down Expand Up @@ -120,7 +120,7 @@ tasks:
metadata:
name: microannotate tests
description: microannotate tests
owner: ${user}@users.noreply.github.com
owner: mcastelluccio@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

- $if: 'tasks_for == "github-push" && head_branch[:10] == "refs/tags/"'
Expand Down Expand Up @@ -154,5 +154,5 @@ tasks:
metadata:
name: microannotate PyPI release
description: microannotate PyPI release
owner: ${user}@users.noreply.github.com
owner: mcastelluccio@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

0 comments on commit 1cfd1fc

Please sign in to comment.