diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-08-10 11:32:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 11:32:47 -0400 |
commit | 6724839371bf89f3f7899d23162de3236bcdd1a9 (patch) | |
tree | a9d48e0a47f6955ce8d7829207fd1ba33d63e55c | |
parent | 39251a6786b8d6b10903b194df6dfe859176fe5c (diff) | |
download | vyos-cloud-init-6724839371bf89f3f7899d23162de3236bcdd1a9.tar.gz vyos-cloud-init-6724839371bf89f3f7899d23162de3236bcdd1a9.zip |
.github/workflows/stale.yml: s/Josh/Rick/ (#526)
We missed this one when we updated all the docs for the Canonical team's
management change.
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5da7c976..20c5735d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: stale-pr-message: | Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. - If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging powersj, and he will ensure that someone takes a look soon. + If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging mitechie, and he will ensure that someone takes a look soon. (If the pull request is closed, please do feel free to reopen it if you wish to continue working on it.) stale-pr-label: 'stale-pr' |