From 5ba90baa9e3b3d095f219ea4905043f5af09bdcd Mon Sep 17 00:00:00 2001 From: Mathilde Fichen <95310750+mathfichen@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:04:16 +0200 Subject: [PATCH 1/3] Update releases.yaml --- metadata/releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/releases.yaml b/metadata/releases.yaml index bc4cd20..457fb97 100644 --- a/metadata/releases.yaml +++ b/metadata/releases.yaml @@ -4,7 +4,7 @@ releases: title: "C-Prolog 1.5" date: "1984-02-20" author: "Fernando Pereira" - message: "Created by Fernando Pereira, EdCAAD, Dept. of Architecture, University of Edinburgh.Based on the Prolog system written in IMP by Luis Damas for ICL 2900 computers, with some contributions by Lawrence Byrd." + message: "By Fernando Pereira, EdCAAD, Dept. of Architecture, University of Edinburgh.Based on the Prolog system written in IMP by Luis Damas for ICL 2900 computers, with some contributions by Lawrence Byrd." sources: - path: "raw_materials/c-prolog.tar.gz" strip_components: "auto" From 8b22e9c342c618d803a9187ea9f3c9705be44316 Mon Sep 17 00:00:00 2001 From: Mathilde Fichen <95310750+mathfichen@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:05:26 +0200 Subject: [PATCH 2/3] Update curate-pr.yml --- .github/workflows/curate-pr.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/curate-pr.yml b/.github/workflows/curate-pr.yml index 2ca6716..ac415c9 100644 --- a/.github/workflows/curate-pr.yml +++ b/.github/workflows/curate-pr.yml @@ -38,14 +38,6 @@ jobs: python3 scripts/build_source_tree.py --clean python3 scripts/update_metadata.py - - name: Commit curated changes - run: | - git config user.name "SWH Curator Bot" - git config user.email "bot@softwareheritage.org" - git add -A - git commit -m "Curate PR #${{ inputs.pr_number }}: update metadata & build artifacts" || echo "nothing to commit" - git push -u origin "curation/pr-${{ inputs.pr_number }}" - - name: Open or update curation PR to main uses: peter-evans/create-pull-request@v6 with: @@ -53,6 +45,7 @@ jobs: branch: "curation/pr-${{ inputs.pr_number }}" base: "main" commit-message: "Curated outputs for PR #${{ inputs.pr_number }}" + committer: "SWH Curator Bot " body: | This PR contains curated outputs from PR #${{ inputs.pr_number }}. After review/merge, run **Regenerate SourceCode** to update the synthetic history. From ab5dbca9c8f598900bb2d99aa58f2a8e9ba16c7b Mon Sep 17 00:00:00 2001 From: Mathilde Fichen <95310750+mathfichen@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:14:08 +0200 Subject: [PATCH 3/3] Update curate-pr.yml --- .github/workflows/curate-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/curate-pr.yml b/.github/workflows/curate-pr.yml index ac415c9..8dd1743 100644 --- a/.github/workflows/curate-pr.yml +++ b/.github/workflows/curate-pr.yml @@ -38,6 +38,9 @@ jobs: python3 scripts/build_source_tree.py --clean python3 scripts/update_metadata.py + - name: Checkout main before PR creation + run: git checkout main + - name: Open or update curation PR to main uses: peter-evans/create-pull-request@v6 with: