Open
Description
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 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