diff options
author | STEVEN ADAMS <166521727+hugehope@users.noreply.github.com> | 2024-04-17 21:18:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 21:18:25 +0200 |
commit | 3d6a8fd4ef0075a4beb7a0199290467a3ff1d8ff (patch) | |
tree | 2d41092d02dec8f5879a69efc4841e0162e5fe9d /ISSUES.md | |
parent | Fix wsrelay connection leak (#15113) (diff) | |
download | awx-3d6a8fd4ef0075a4beb7a0199290467a3ff1d8ff.tar.xz awx-3d6a8fd4ef0075a4beb7a0199290467a3ff1d8ff.zip |
chore: remove repetitive words (#15101)
Signed-off-by: hugehope <cmm7@sina.cn>
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ If any of those items are missing your pull request will still get the `needs_tr Currently you can expect awxbot to add common labels such as `state:needs_triage`, `type:bug`, `component:docs`, etc... These labels are determined by the template data. Please use the template and fill it out as accurately as possible. -The `state:needs_triage` label will will remain on your pull request until a person has looked at it. +The `state:needs_triage` label will remain on your pull request until a person has looked at it. You can also expect the bot to CC maintainers of specific areas of the code, this will notify them that there is a pull request by placing a comment on the pull request. The comment will look something like `CC @matburt @wwitzel3 ...`. |