Skip to content

Commit 1ad2706

Browse files
authored
Merge pull request #1482 from ForgottenProgramme/patch-5
Fixed 'add user command' in Admin Web Services
2 parents 2ca62ef + 511a6f4 commit 1ad2706

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/maintainer/infrastructure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ merge the PR into a separate branch on your feedstock if you want to keep these
154154
other builds. **Python 2.7 support is deprecated and any feedstocks on Python 2.7 will
155155
not be properly handled by our bots.**
156156

157-
@conda-forge-admin, please add <@user>
157+
@conda-forge-admin, please add user @username
158158
--------------------------------------
159159

160160
Entering the above phrase in the title of an issue on a feedstock will make a PR

src/maintainer/updating_pkgs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ Updating the maintainer list
226226
The list of maintainers of a feedstock is recorded in the recipe itself. A new maintainer can be added by opening
227227
an issue in the feedstock repository with the following title:
228228

229-
``@conda-forge-admin, please add <@user>``
229+
``@conda-forge-admin, please add user @username``
230230

231-
where ``<@user>`` is the new maintainer to be added.
231+
where ``username`` is the username of the new maintainer to be added.
232232
A PR will be automatically created and a maintainer or a member of the ``core`` can then merge this PR to add the user.
233233

234234
.. note::

0 commit comments

Comments
 (0)