You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models
yp05327 32d45ee069
Update status check for all supported on.pull_request.types in Gitea (#33117)
Thanks @Zettat123
Follow #33116
Fix #33051

on.pull_request.types doc:

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request

on.pull_request.types added in this PR:
```
assigned, unassigned, review_requested, review_request_removed, milestoned, demilestoned, labeled, unlabeled
```

unsupported types in Gitea:
```
// Unsupported activity types:
// converted_to_draft, ready_for_review, locked, unlocked, auto_merge_enabled, auto_merge_disabled, enqueued, dequeued
```

TODO:
- [x] add test
2 months ago
..
actions Update status check for all supported on.pull_request.types in Gitea (#33117) 2 months ago
activities Refactor tests (#33021) 3 months ago
admin Fix javascript error when an anonymous user visiting migration page (#32144) 6 months ago
asymkey Move delete deploy keys into service layer (#32201) 3 months ago
auth Refactor tests (#33021) 3 months ago
avatars Replace 10 more gt- classes with tw- (#29945) 1 year ago
db Fix unittest and repo create bug (#33061) 3 months ago
dbfs Enable `unparam` linter (#31277) 9 months ago
fixtures Refactor fixture loading for testing (#33024) 3 months ago
git Enable tenv and testifylint rules (#32852) 3 months ago
issues Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 3 months ago
migrations Make git clone URL could use current signed-in user (#33091) 3 months ago
organization Refactor tests (#33021) 3 months ago
packages Refactor maven package registry (#33049) 3 months ago
perm Enable tenv and testifylint rules (#32852) 3 months ago
project Use project's redirect url instead of composing url (#33058) 3 months ago
pull Add support for sha256 repositories (#23894) 1 year ago
renderhelper Refactor render system (orgmode) (#32671) 4 months ago
repo Make git clone URL could use current signed-in user (#33091) 3 months ago
secret Clarify Actions resources ownership (#31724) 8 months ago
shared/types Refactor locale&string&template related code (#29165) 1 year ago
system Refactor deletion (#28610) 1 year ago
unit Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#32416) 4 months ago
unittest Make git clone URL could use current signed-in user (#33091) 3 months ago
user Refactor pagination (#33037) 3 months ago
webhook Enable tenv and testifylint rules (#32852) 3 months ago
main_test.go make writing main test easier (#27270) 2 years ago
repo.go Fix issue comment number (#30556) 3 months ago
repo_test.go Fix issue comment number (#30556) 3 months ago