From c7a89fc425f42f610a206160239279d96b935602 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Thu, 7 Apr 2022 19:43:14 -0500 Subject: [PATCH] Add wallentx as additional assignee on mozilla CA update PRs (#11089) --- .github/workflows/mozilla-ca-cert.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mozilla-ca-cert.yml b/.github/workflows/mozilla-ca-cert.yml index a637f430e1bd..c616df40f21f 100644 --- a/.github/workflows/mozilla-ca-cert.yml +++ b/.github/workflows/mozilla-ca-cert.yml @@ -28,5 +28,6 @@ jobs: commit-message: "adding ca updates" delete-branch: true reviewers: "wjblanke,emlowe" + assignees: "wallentx" title: "CA Cert updates" token: "${{ secrets.GITHUB_TOKEN }}"