PipedreamHQ / PipedreamHQ/pipedream
[Components] codeberg
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# codeberg
## URLs
- https://codeberg.org/api/swagger
## Webhook Sources
### new-issue-instant
#### Description
Emit new event when a new issue is created in a specified repository. Requires the repository name and owner.
### new-push-instant
#### Description
Emit new event when code is pushed to a specified repository branch. Requires the repository name, owner, and branch (optional).
### new-pull-request-instant
#### Description
Emit new event when a new pull request is opened in a specified repository. Requires the repository name and owner.
## Actions
### create-issue
#### Description
Create a new issue in a specified repository. Requires repository name, owner, issue title, and body (optional).
### create-repository
#### Description
Create a new repository under the authenticated user's account or organization. Requires repository name and visibility (public/private).
### merge-pull-request
#### Description
Merge an open pull request in a specified repository. Requires repository name, owner, and pull request ID.
Contributor guide
Assessment
This issue has not been assessed yet.