Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Document bots #10151

Merged
merged 5 commits into from
Aug 10, 2023
Merged

feat: Document bots #10151

merged 5 commits into from
Aug 10, 2023

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Aug 8, 2023

☑️ Resolves

image

🏁 Checklist

@nickvergessen nickvergessen added 2. developing enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: bots 🤖 /commands in chat messages labels Aug 8, 2023
@nickvergessen nickvergessen added this to the 💙 Next Major (28) milestone Aug 8, 2023
@nickvergessen nickvergessen self-assigned this Aug 8, 2023
@nickvergessen nickvergessen marked this pull request as draft August 8, 2023 21:14
@nickvergessen nickvergessen force-pushed the docs/10094/document-bots branch from a8b0bc8 to d400588 Compare August 9, 2023 13:36
@nickvergessen nickvergessen changed the title Document bots feat: Document bots Aug 9, 2023
@nickvergessen nickvergessen mentioned this pull request Aug 7, 2023
5 tasks
docs/bot-management.md Show resolved Hide resolved
docs/bot-management.md Outdated Show resolved Hide resolved
@nickvergessen nickvergessen requested a review from Antreesy August 10, 2023 11:07
@nickvergessen nickvergessen marked this pull request as ready for review August 10, 2023 11:10
Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦭

nickvergessen and others added 5 commits August 10, 2023 13:47
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the docs/10094/document-bots branch from 3b6874c to aa96ada Compare August 10, 2023 11:47
@nickvergessen
Copy link
Member Author

/backport to stable27

@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: bots 🤖 /commands in chat messages
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🐣 Bots part 2
2 participants