processing / processing/processing4
Automatically update the website releases based on the Github Release status
Aperta
Nessuno ha ancora preso questa issue.
enhancement
- Lingua principale
- Java
- Stelle
- 494
- Fork
- 183
- Merge medio
- 4h 39m
- PR unite (30g)
- 3
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.