-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add mergebot workflow #388
Conversation
|
Thank you for submitting your Pull Request, the following links will become available for preview shortly:
|
studiocms
@studiocms/assets
@studiocms/betaresources
@studiocms/blog
@studiocms/auth
@studiocms/core
@studiocms/dashboard
@studiocms/devapps
@studiocms/frontend
@studiocms/imagehandler
@studiocms/renderers
@studiocms/robotstxt
@studiocms/ui
commit: |
This pull request introduces a new GitHub Actions workflow for the
mergebot
. The most important changes include the addition of themergebot.yml
file, which configures the workflow to trigger on pushes to themain
branch and uses thewithstudiocms/mergebot
action.New GitHub Actions workflow:
.github/workflows/mergebot.yml
: Added a new workflow namedmergebot
that triggers on pushes to themain
branch and uses thewithstudiocms/mergebot
action. The workflow is conditioned to run only if the repository owner iswithstudiocms
and uses a secret for the Discord webhook.