Skip to content

Trigger a GH workflow from searxng/searxng #4

@dalf

Description

@dalf

Multiple PR in searxng/searxng change the theme. Usually, the PR descriptions contain multiple screenshots to describe the changes, but not scenarios are covered. It would be helpful if searxng/searxng could trigger this repository to build a report for each PR.

The trigger from searxng/searxng could be:

  • either when the PR is opened
  • or when there is specific comment inside the PR

Technically:

on:
  pull_request:
    types:
      - opened
    paths:
      - 'searx/static/**'
      - 'searx/themes/**'
  • alternative trigger: when there is a comment. So it is possible to call the bot multiple times (when the PR is updated).

The unsolved issue is the storage of the result (more than 700MB for each result).
Would it make sense to store them on a dedicated server? (for example the same VPS than searx.space, there are more than 30GB of available space).

ping @unixfox @return42 @mrpaulblack @tiekoetter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions