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

Workflows are not triggered for edited issues #29213

Closed
IzeQube opened this issue Feb 17, 2024 · 1 comment · Fixed by #29237
Closed

Workflows are not triggered for edited issues #29213

IzeQube opened this issue Feb 17, 2024 · 1 comment · Fixed by #29237
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Milestone

Comments

@IzeQube
Copy link

IzeQube commented Feb 17, 2024

Description

I'm currently trying to use a self hosted copy of renovateBOT. While workflows with a schedule are working great, I have a problem with the issues trigger.

The workflow shown below triggers if a new issue is created and is also trigged when I close an issue. If I edit an issue nothing happens, even though it should supported by the docs.

I have the following workflow in my GiTea Repo:

name: Test

on: issues

jobs:
  job1:
    runs-on: ubuntu-latest
    steps:
      - name: View the github context
        run: echo "$GITHUB_CONTEXT"
        env:
          GITHUB_CONTEXT: ${{ toJson(github) }}

Gitea Version

1.21.5

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

2.40.1

Operating System

Linux

How are you running Gitea?

Running via Docker

Database

SQLite

@lunny lunny added this to the 1.21.6 milestone Feb 18, 2024
@lunny lunny added the topic/gitea-actions related to the actions of Gitea label Feb 18, 2024
lunny added a commit to lunny/gitea that referenced this issue Feb 19, 2024
silverwind pushed a commit to silverwind/gitea that referenced this issue Feb 20, 2024
6543 pushed a commit to 6543-forks/gitea that referenced this issue Feb 26, 2024
Copy link

Automatically locked because of our CONTRIBUTING guidelines

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants