processing / processing/processing4
Automatically update the website releases based on the Github Release status
Offen
Dieses Issue hat noch niemand übernommen.
enhancement
- Vorherrschende Sprache
- Java
- Sterne
- 494
- Forks
- 183
- Ø Merge
- 4 Std. 39 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.