diff options
author | James Falcon <james.falcon@canonical.com> | 2022-01-27 21:29:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 20:29:58 -0700 |
commit | 823a83bad1df0c13c02cf83b1e0dfd97c1913c69 (patch) | |
tree | 87e88d5a10b3aa1e2bfa2d9c74527280f7fd8693 | |
parent | 17a1cb4a9505f6b58eafde2397b80ffd66da7938 (diff) | |
download | vyos-cloud-init-823a83bad1df0c13c02cf83b1e0dfd97c1913c69.tar.gz vyos-cloud-init-823a83bad1df0c13c02cf83b1e0dfd97c1913c69.zip |
Remove mitechie from stale PR github action (#1217)
-rw-r--r-- | .github/workflows/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3b71ba28..c763dafd 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 mitechie, 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 TheRealFalcon, and he will ensure that someone takes a look soon. - (If the pull request is closed and you would like to continue working on it, please do tag mitechie to reopen it.) + (If the pull request is closed and you would like to continue working on it, please do tag TheRealFalcon to reopen it.) stale-pr-label: 'stale-pr' |