Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd
  Commit: 8067ef366eaa4ca1aaef1c3f0f9091a363e45325
      https://github.com/pmd/pmd/commit/8067ef366eaa4ca1aaef1c3f0f9091a363e45325
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    A .github/workflows/publish-pull-requests.yml
    M .github/workflows/pull-requests.yml

  Log Message:
  -----------
  [ci] New workflow "Publish Results from Pull Requests"

This is triggered after "Pull Request Build" and
uploads the documentation and regression tester report
to an AWS S3 bucket, which is available under
https://pull-requests.pmd-code.org/


  Commit: f32d3de530f9f32d25b2077dd8c10a6c5907425a
      https://github.com/pmd/pmd/commit/f32d3de530f9f32d25b2077dd8c10a6c5907425a
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    M .github/workflows/publish-pull-requests.yml
    M .github/workflows/pull-requests.yml

  Log Message:
  -----------
  [ci] Publish Results: Use gh pr view to get PR context


  Commit: bf638b60a2b1d653c58b11ca983f45a9aff7cdad
      https://github.com/pmd/pmd/commit/bf638b60a2b1d653c58b11ca983f45a9aff7cdad
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    M .github/workflows/publish-pull-requests.yml

  Log Message:
  -----------
  [ci] Publish Results: use GH_TOKEN where needed


  Commit: 771bd8618d105ec6f89603edd9464280c3b29834
      https://github.com/pmd/pmd/commit/771bd8618d105ec6f89603edd9464280c3b29834
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    M .github/workflows/publish-pull-requests.yml
    M .github/workflows/pull-requests.yml
    M Dangerfile
    M Gemfile
    M Gemfile.lock

  Log Message:
  -----------
  [ci] Publish Results: Get summary text from pmdtester

- Don't use danger anymore, instead call ruby directly
- Don't tar.gz the report again
- Write a summary.txt file


  Commit: bcd2e089786a676cc39a4c1d932c63f2b504f713
      https://github.com/pmd/pmd/commit/bcd2e089786a676cc39a4c1d932c63f2b504f713
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    M .github/workflows/publish-pull-requests.yml
    M .github/workflows/pull-requests.yml
    M Dangerfile

  Log Message:
  -----------
  [ci] Publish Results: Add conclusion for regression tester


  Commit: b092d676f4f5c7a64158f7a075db48c1f75c3410
      https://github.com/pmd/pmd/commit/b092d676f4f5c7a64158f7a075db48c1f75c3410
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    A .ci/files/Gemfile
    A .ci/files/Gemfile.lock
    A .ci/files/pmdtester.rb
    M .github/dependabot.yml
    M .github/workflows/pull-requests.yml
    R Dangerfile
    R Gemfile
    R Gemfile.lock

  Log Message:
  -----------
  [ci] Move Dangerfile and Gemfile from toplevel to .ci/files

Also rename Dangerfile -> pmdtester.rb


  Commit: 53d989362555aa63af73ff9bf6ca0826f4a412ab
      https://github.com/pmd/pmd/commit/53d989362555aa63af73ff9bf6ca0826f4a412ab
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M .github/workflows/publish-pull-requests.yml

  Log Message:
  -----------
  [ci] Add sticky comment for regression summary


  Commit: cc7768b9b21c82881738a6a056d2ec6324776d65
      https://github.com/pmd/pmd/commit/cc7768b9b21c82881738a6a056d2ec6324776d65
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M .github/workflows/publish-pull-requests.yml

  Log Message:
  -----------
  [ci] Also add documentation preview to sticky comment


  Commit: 47db332179a5d01bf55e5175e663b494bb0a25fc
      https://github.com/pmd/pmd/commit/47db332179a5d01bf55e5175e663b494bb0a25fc
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M docs/pages/pmd/devdocs/github_actions_workflows.md

  Log Message:
  -----------
  [ci] Document workflow publish-pull-requests


  Commit: d0a19a22da7949458c5bce31c04ca04504893e31
      https://github.com/pmd/pmd/commit/d0a19a22da7949458c5bce31c04ca04504893e31
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M .ci/files/Gemfile.lock
    M docs/Gemfile.lock
    M pmd-apex/pom.xml
    M pom.xml

  Log Message:
  -----------
  Merge branch 'main' into ci/publish-pr-results


  Commit: fb198e39b38994efebaff674e46b7a3d2cbe0c00
      https://github.com/pmd/pmd/commit/fb198e39b38994efebaff674e46b7a3d2cbe0c00
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    A .ci/files/Gemfile
    A .ci/files/Gemfile.lock
    A .ci/files/pmdtester.rb
    M .github/dependabot.yml
    A .github/workflows/publish-pull-requests.yml
    M .github/workflows/pull-requests.yml
    R Dangerfile
    R Gemfile
    R Gemfile.lock
    M docs/pages/pmd/devdocs/github_actions_workflows.md

  Log Message:
  -----------
  [ci] New workflow "Publish Results from Pull Requests" (#5556)


Compare: https://github.com/pmd/pmd/compare/b98e9f08fb30...fb198e39b389

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to