botpress / botpress

The open-source hub to build & deploy GPT/LLM Agents ⚡️
https://botpress.com
MIT License
12.78k stars 1.78k forks source link

botpress/botpress cannot accept pull requests from forks #13277

Open pascal-botpress opened 1 month ago

pascal-botpress commented 1 month ago

Make sure the issue is related to code located in this repository.

Description of the bug or feature request

Since this repo makes use of secrets in the Github Actions pipelines, pull requests opened by outside contributors are guaranteed to always fail and be unmergeable, lest they be manually overridden:

image

If this is intended and contributors are expected to provide their own secrets, said secrets should be properly documented in the README or in a CONTRIBUTING.md file.

pascal-botpress commented 1 month ago

The problem affects any fork of this repository, even if the fork's owner is a member of @botpress.


Related: