processing / processing/processing4
Automatically update the website releases based on the Github Release status
Abierto
Nadie ha tomado este issue todavía.
enhancement
- Lenguaje dominante
- Java
- Estrellas
- 494
- Forks
- 183
- Merge medio
- 4 h 39 min
- PR fusionados (30 d)
- 3
Descripción
Relevant sub-area for this feature?
Build process
Feature description
In theory we can add a Github Action to this repo that will trigger an update workflow on the processing-website repository
steps:
- name: Trigger workflow
uses: actions/github-script@v7
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'processing',
repo: 'processing-website',
workflow_id: 'release.yml',
ref: 'main'
})
Benefits
This would simplify the release process and remove an extra step
Possible challenges
It also creates more coupling between the two repositories than I am comfortable with...
Additional context
No response
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.