Max Gautier
Max Gautier
/sig stack-guidance
/kind cleanup
/sig stack-guidance /triage accepted /priority important-longterm
/sig devsecops
Ok, I'll take a look.
So, not that easy it would seem. From the github docs (workflows do not support org projects)[ https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#project_card] (third note). Beside, I've seen several projects doing one of the sync...
@harshad16 Could we pull that into the devsecops project ? Feels relevant.
Gitlab has [issue boards](https://docs.gitlab.com/ee/user/project/issue_board.html) which do exactly that. Regarding the new project version, they don't appear to provide that functionality either. (might be in the API, but managing that ourselves...
Uni-directional meant everyone has to use the same process, though. It would certainly be simpler (as mentioned earlier, several github actions do just that). I'll be fine with working only...
The way you can do this with Openshift BuildConfig is pretty elegant: Build of parent triggered -> ImageStream X change -> BuildConfig with trigger on X trigger a build ->...