processing / processing/processing4

Automatically update the website releases based on the Github Release status

オープン
#877 コメント 4 件 リアクション 0 件 担当者 1 名 GitHub で見る

まだ誰も着手していません。

enhancement
主要言語
Java
スター
494
フォーク
183
平均マージ
4時間 39分
マージ済み PR(30日)
3

説明

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。