You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Functionally, this extension alters yaml that is sent back to drone-server for scheduling. Because of this, we are encountering a runtime issue on any signed repository when paths is invoked.
Steps to reproduce
Steps to reproduce the behavior:
Create a pipeline that will trigger paths plugin
Sign the pipeline drone sign --save <repo>
Submit a pull-request
You will be asked to approve the pipeline
Expected behavior
Pipeline validation should happen regardless of the changes paths makes to the yaml file based on pre-configured matches (or lack of the same). Perhaps validation of the signed pipeline needs to happen within or prior to a pipeline run?
Screenshots
No screenshot here, but very reproducible, it will ask for permission inside the UI from an admin on the repository.
Environment (anything that would help us investigate the bug)