-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Actions] Workflows not triggered for PR assign and review #29166
Labels
Milestone
Comments
|
yp05327
added a commit
to yp05327/gitea
that referenced
this issue
Feb 19, 2024
Backport go-gitea#29173 Fix go-gitea#29166 Add support for the following activity types of `pull_request` - assigned - unassigned - review_requested - review_request_removed - milestoned - demilestoned
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
Fix go-gitea#29166 Add support for the following activity types of `pull_request` - assigned - unassigned - review_requested - review_request_removed - milestoned - demilestoned
silverwind
pushed a commit
that referenced
this issue
Feb 22, 2024
6543
pushed a commit
to 6543-forks/gitea
that referenced
this issue
Feb 26, 2024
Fix go-gitea#29166 Add support for the following activity types of `pull_request` - assigned - unassigned - review_requested - review_request_removed - milestoned - demilestoned (cherry picked from commit 1a6e1cb)
Automatically locked because of our CONTRIBUTING guidelines |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I'm currently doing the setup of the CI/CD pipeline for our Gitea organization.
I'm writing two workflows that should be triggered by the following:
and
I didn't saw at the beginning that the
review_requested*
types are not supported by gitea, and this is okay.However, the only events that currently trigger the workflow are
labeled
,unlabeled
, andclosed
. From my understanding, assigned events should work but they trigger nothing.What could be the causes? (and also, I probably should open another issue for this question but will
review*
types could be supported on workflows as they are handled by webhooks?)I created a simple repo that can reproduce the issue here: the actions are launched for
labeled
andunlabeled
but not for every other type trigger. EDIT: when the only label is removed, the called workflow is the one containinglabeled
, notunlabeled
Gitea Version
1.21.1
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
I followed the docs on how to launch gitea using systemd, and the binary runs on bare-metal without any containerization
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: