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

Trigger a GH workflow from searxng/searxng #4

Open
dalf opened this issue Jun 26, 2022 · 0 comments
Open

Trigger a GH workflow from searxng/searxng #4

dalf opened this issue Jun 26, 2022 · 0 comments

Comments

@dalf
Copy link
Member

dalf commented Jun 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant