Penny is a Swift bot that works for the Vapor community.
- Give coins to the members when they're "thanked".
- Automatically ping members based on the ping-words they have set up.
- Implemented as
/auto-pingsslash command.
- Implemented as
- Respond to certain command-texts with predefined answers.
- Implemented as
/faqsslash command.
- Implemented as
- Automatically respond to commonly asked questions.
- Implemented as
/auto-faqsslash command.
- Implemented as
- Automate SemVer releases and report on Discord.
- Report GitHub PRs and Issues on Discord.
- Report Swift evolution proposals on Discord.
- Report Swift releases on Discord.
- Report StackOverflow questions on Discord.
- Connect members' Discord & GitHub accounts for better integrations.
- Thank members when they contribute to Vapor repositories.
- Manage sponsor/backer status of GitHub users.
Penny detects usage of specific labels in PRs and tries to act accordingly and automatically tag a new release when an applicable PR is merged.
The related labels are:
semver-patchsemver-minorsemver-majorsemver-noopreleaseprereleaseno-release-needed
Some other notes:
semver-majorandreleaseare of limited use for automatic releases. Penny won't do a whole major release by itself since those are rare and they can be risky to do.- Use
prereleaselabel in combination with another semver label likesemver-patchto make sure Penny can correctly create a prerelease, when a prerelease is needed.- For example when you have a
v5.0.0-alpha.1release and want Penny to tagv5.0.0-alpha.2next.
- For example when you have a
- Try to use
no-release-neededorsemver-noopwhen no release is needed.