ianlv
|
6004e9907d
|
Correct function names (#3681)
Signed-off-by: ianlv <sunlvyun@outlook.com>
|
2024-05-04 14:13:43 +02:00 |
|
renovate[bot]
|
50ddc61576
|
Update module github.com/google/go-github/v60 to v61 (#3595)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/google/go-github/v60](https://togithub.com/google/go-github)
| `v60.0.0` -> `v61.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>google/go-github (github.com/google/go-github/v60)</summary>
###
[`v61.0.0`](https://togithub.com/google/go-github/releases/tag/v61.0.0)
[Compare
Source](https://togithub.com/google/go-github/compare/v60.0.0...v61.0.0)
This release contains the following breaking API changes:
- feat!: Update deprecated endpoints in github/action_variables.go
([#​3104](https://togithub.com/google/go-github/issues/3104))
...and the following additional changes:
- Bump go-github from v59 to v60 in /scrape
([#​3087](https://togithub.com/google/go-github/issues/3087))
- Allow querying rule set information by ID with information returned
from GetRulesFromBranch
([#​3089](https://togithub.com/google/go-github/issues/3089))
- Bump codecov/codecov-action from 4.0.2 to 4.1.0
([#​3091](https://togithub.com/google/go-github/issues/3091))
- Bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1 in /scrape
([#​3092](https://togithub.com/google/go-github/issues/3092))
- Add Protection to Branch struct
([#​3095](https://togithub.com/google/go-github/issues/3095))
- Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 in /tools
([#​3097](https://togithub.com/google/go-github/issues/3097))
- Bump golang.org/x/net from 0.21.0 to 0.22.0 in /scrape
([#​3096](https://togithub.com/google/go-github/issues/3096))
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /example
([#​3099](https://togithub.com/google/go-github/issues/3099))
- Add audit log rate limit category and make rate limit category getter
public
([#​3088](https://togithub.com/google/go-github/issues/3088))
- Update README.md
([#​3110](https://togithub.com/google/go-github/issues/3110))
- Allow Installation of Custom Properties Permissions
([#​3108](https://togithub.com/google/go-github/issues/3108))
- Add NotificationSetting to NewTeam
([#​3111](https://togithub.com/google/go-github/issues/3111))
- Fix pagination for ListCopilotSeats
([#​3112](https://togithub.com/google/go-github/issues/3112))
- Add .\*.local to .gitignore
([#​3115](https://togithub.com/google/go-github/issues/3115))
- Add CreateOrUpdateRepoCustomPropertyValues
([#​3109](https://togithub.com/google/go-github/issues/3109))
- Bump version of go-github to v61.0.0
([#​3118](https://togithub.com/google/go-github/issues/3118))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge -
"before 4am" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/woodpecker-ci/woodpecker).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-06 08:00:59 +02:00 |
|
renovate[bot]
|
5d98a717ac
|
fix(deps): update module github.com/google/go-github/v59 to v60 (#3493)
|
2024-03-16 09:37:08 +01:00 |
|
renovate[bot]
|
4e44dd0e76
|
fix(deps): update module github.com/google/go-github/v58 to v59 (#3398)
|
2024-02-17 09:04:33 +01:00 |
|
renovate[bot]
|
57dd88f94a
|
fix(deps): update module github.com/google/go-github/v57 to v58 (#3187)
|
2024-01-13 08:13:22 +01:00 |
|
qwerty287
|
9d9bcbf363
|
Hide PR tab if PRs are disabled (#3004)
Closes https://github.com/woodpecker-ci/woodpecker/issues/2988
|
2023-12-24 11:04:18 +02:00 |
|
runephilosof-karnovgroup
|
adb2c82790
|
Update go module path for major version 2 (#2905)
https://go.dev/doc/modules/release-workflow#breaking
Fixes https://github.com/woodpecker-ci/woodpecker/issues/2913 fixes
#2654
```
runephilosof@fedora:~/code/platform-woodpecker/woodpecker-repo-configurator (master)$ go get go.woodpecker-ci.org/woodpecker@v2.0.0
go: go.woodpecker-ci.org/woodpecker@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("go.woodpecker-ci.org/woodpecker/v2")
```
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
|
2023-12-08 08:15:08 +01:00 |
|
renovate[bot]
|
621eed6205
|
Update module github.com/google/go-github/v56 to v57 (#2899)
|
2023-12-02 15:19:39 +01:00 |
|
qwerty287
|
342b25826c
|
Rename link to url (#2812)
As of https://woodpecker-ci.org/docs/next/usage/terminiology#conventions
|
2023-11-14 17:12:12 +01:00 |
|
6543
|
5a7b689e30
|
Switch to go vanity urls (#2706)
Co-authored-by: Anbraten <anton@ju60.de>
|
2023-11-07 08:04:33 +01:00 |
|
renovate[bot]
|
b1cedecc42
|
fix(deps): update module github.com/google/go-github/v55 to v56 (#2573)
|
2023-10-12 15:28:00 +02:00 |
|
renovate[bot]
|
3eced32b81
|
fix(deps): update module github.com/google/go-github/v39 to v55 (#2456)
|
2023-09-13 14:49:39 +02:00 |
|
qwerty287
|
4d83ea0de8
|
Add SSH clone URL env var (#2198)
to improve https://github.com/woodpecker-ci/plugin-git/pull/75
|
2023-08-12 17:39:13 +02:00 |
|
Anbraten
|
5a812e3254
|
Remove default branch fallbacks (#2065)
|
2023-07-30 18:28:52 +02:00 |
|
Lukas
|
1b43b0bf20
|
Add pull request labels as environment variable (#1321)
Closes #1308
Co-authored-by: Anbraten <anton@ju60.de>
|
2023-03-17 03:43:04 +01:00 |
|
Anbraten
|
de8ea95dd3
|
Rename forge-id to forge-remote-id (#1418)
|
2022-11-15 15:01:23 +01:00 |
|
qwerty287
|
3372d1a87c
|
Rename remote to forge (#1357)
As of #745
Co-authored-by: Anbraten <anton@ju60.de>
|
2022-11-05 00:35:06 +01:00 |
|