Skip to content
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

label and milestone webhooks on issue/pull creation #14363

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

jpraet
Copy link
Member

@jpraet jpraet commented Jan 17, 2021

Fixes #14352

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Jan 17, 2021
@codecov-io
Copy link

Codecov Report

Merging #14363 (42b4bef) into master (dc66e47) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #14363      +/-   ##
==========================================
- Coverage   41.87%   41.84%   -0.03%     
==========================================
  Files         744      744              
  Lines       79681    79689       +8     
==========================================
- Hits        33368    33348      -20     
- Misses      40816    40838      +22     
- Partials     5497     5503       +6     
Impacted Files Coverage Δ
services/issue/issue.go 31.16% <0.00%> (-1.71%) ⬇️
services/pull/pull.go 42.15% <0.00%> (-0.92%) ⬇️
modules/queue/workerpool.go 56.73% <0.00%> (-3.27%) ⬇️
services/pull/temp_repo.go 26.59% <0.00%> (-3.20%) ⬇️
services/pull/check.go 49.26% <0.00%> (-2.21%) ⬇️
modules/log/event.go 59.90% <0.00%> (-1.89%) ⬇️
services/pull/patch.go 53.97% <0.00%> (-1.71%) ⬇️
modules/log/file.go 73.60% <0.00%> (-1.61%) ⬇️
modules/queue/unique_queue_disk_channel.go 55.38% <0.00%> (+1.53%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6155ff...42b4bef. Read the comment docs.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jan 17, 2021
@lafriks lafriks merged commit 4d93491 into go-gitea:master Jan 17, 2021
@lafriks lafriks added this to the 1.14.0 milestone Jan 17, 2021
a1012112796 added a commit to a1012112796/gitea that referenced this pull request Jan 19, 2021
* master: (27 commits)
  Use path not filepath in routers/editor (go-gitea#14390)
  Display error if twofaSecret cannot be retrieved (go-gitea#14372)
  Check if label template exist first (go-gitea#14384)
  Allow passcode invalid error to appear (go-gitea#14371)
  exclude authored PRs from Review Requested filter (go-gitea#14368)
  Upgrade blevesearch dependency to v2.0.1 (go-gitea#14346)
  Implement ghost comment mitigation (go-gitea#14349)
  Add edit, delete and reaction support to code review comments on issue page (go-gitea#14339)
  Add review requested filter on pull request overview (go-gitea#13701)
  escape branch names in compare url (go-gitea#14364)
  label and milestone webhooks on issue/pull creation (go-gitea#14363)
  Fix middlewares sequences (go-gitea#14354)
  Sort issue search results by revelance (go-gitea#14353)
  KanBan: be able to set default board (go-gitea#14147)
  ...
@jpraet jpraet deleted the 14352-label-milestone-webhooks branch January 22, 2021 18:38
@go-gitea go-gitea locked and limited conversation to collaborators Mar 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

issue_label and issue_milestone webhooks not triggered on new issue
5 participants