You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using renovatebot to do dependency updates. I've realized, that every pull request triggers 2 actions, one for event type opened, one for event type synchronized
In some cases, the synchronized isn't triggered (I don't know, why, the renovatebot do the same thing), so I can't filter only the sync event
I'm using a very simple action for this:
name: testing
on:
pull_request:
jobs:
[...]
Gitea Version
1.23.1
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
Linux
How are you running Gitea?
I'm using official docker image on a linux box.
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered:
Description
I'm using renovatebot to do dependency updates. I've realized, that every pull request triggers 2 actions, one for event type
opened
, one for event typesynchronized
In some cases, the
synchronized
isn't triggered (I don't know, why, the renovatebot do the same thing), so I can't filter only the sync eventI'm using a very simple action for this:
Gitea Version
1.23.1
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
Linux
How are you running Gitea?
I'm using official docker image on a linux box.
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: