Woodpecker CI plugin to create new pull requests on a Gitea/Forgejo repo
- Go 68.9%
- Nix 14.8%
- TypeScript 12.8%
- Dockerfile 3.5%
|
wpc-renovate-bot
ea660aad2d
chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v6.0.4 ( #33 )
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | patch | `6.0.3` → `6.0.4` | --- ### Release Notes <details> <summary>woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx)</summary> ### [`v6.0.4`](https://codeberg.org/woodpecker-plugins/docker-buildx/blob/HEAD/CHANGELOG.md#604---2026年01月10日) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v6.0.3...v6.0.4) ##### ❤️ Thanks to all contributors! ❤️ [@​johanvdw](https://github.com/johanvdw), [@​woodpecker-bot](https://github.com/woodpecker-bot), [@​xoxys](https://github.com/xoxys) ##### 📚 Documentation - Add new flag `buildkit_oci_max_parallelism` to docs \[[#​290](woodpecker-plugins/docker-buildx#290)] ##### 📦️ Dependency - fix(deps): update module github.com/urfave/cli/v3 to v3.6.0 \[[#​299](woodpecker-plugins/docker-buildx#299)] - chore(deps): update woodpeckerci/plugin-release docker tag to v0.2.6 \[[#​293](woodpecker-plugins/docker-buildx#293)] - chore(deps): update docker docker tag to v28.5.2 \[[#​301](woodpecker-plugins/docker-buildx#301)] - chore(deps): update docker/buildx-bin docker tag to v0.30.0 \[[#​296](woodpecker-plugins/docker-buildx#296)] - chore(deps): update docker docker tag to v28.5.1 \[[#​295](woodpecker-plugins/docker-buildx#295)] - chore(deps): update docker.io/mstruebing/editorconfig-checker docker tag to v3.4.1 \[[#​298](woodpecker-plugins/docker-buildx#298)] - chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v6.0.3 \[[#​292](woodpecker-plugins/docker-buildx#292)] - fix(deps): update module github.com/go-git/go-git/v5 to v5.16.3 \[[#​297](woodpecker-plugins/docker-buildx#297)] - fix(deps): update module codeberg.org/woodpecker-plugins/go-plugin to v1.0.1 \[[#​294](woodpecker-plugins/docker-buildx#294)] ##### Misc - Fix link to documentation \[[#​309](woodpecker-plugins/docker-buildx#309)] - chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.20.0 ([28b04fa]( |
||
|---|---|---|
| .gitea | extend(meta): import project meta files ( #26 ) | |
| .vscode | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| .woodpecker | chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v6.0.4 ( #33 ) | |
| .commitlintrc.json | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| .editorconfig | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| .gitignore | Ignore executable | |
| .prettierrc.json | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| CHANGELOG.md | chore(release): 🎉 Release 0.1.1 ( #31 ) | |
| default.nix | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| Dockerfile | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| docs.md | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| flake.lock | deps: Bump go version to 1.23 | |
| flake.nix | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| go.mod | chore(deps): update dependency go to v1.25.6 ( #37 ) | |
| go.sum | fix(deps): update module code.gitea.io/sdk/gitea to v0.22.1 ( #28 ) | |
| LICENSE | Initial commit | |
| main.go | fix(deps): update module code.gitea.io/sdk/gitea to v0.22.0 ( #23 ) | |
| README.md | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| release-config.ts | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
| renovate.json | extend(ci): adopt woodpecker community cicd pipeline ( #25 ) | |
gitea-pull-request-create-plugin
Woodpecker CI plugin to create new pull requests on a Gitea/Forgejo repo.
📖 General
🙏 Credits
⚖️ License (MIT)
MIT License
Copyright (c) 2025 "Woodpecker Community"
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.