From 3e78f9c2d14edf8542134892985c29a382b7228a Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Mon, 9 Sep 2024 08:23:13 +0200 Subject: [PATCH 1/5] Update CODEOWNERS (#778) --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd70318e..1e82ac99 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,3 @@ -# Colin doesn't want to receive botspam -.github @exercism/maintainers-admin - # Code owners .github/CODEOWNERS @exercism/maintainers-admin From ad175854aaf3d934d73fe27c8179b2d2138de4d5 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Mon, 9 Sep 2024 08:23:24 +0200 Subject: [PATCH 2/5] Change the interval for dependabot updates to monthly (#774) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed8f4a43..234b07e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'monthly' From 01e0718bf6ef38e4d8ccb14d269bc897c3d87574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:23:52 +0200 Subject: [PATCH 3/5] Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#773) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/exercise-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index 65f4c0d2..a11f2fa9 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -61,7 +61,7 @@ jobs: run: julia --color=yes --project runtestrunner.jl - name: Upload reports as artifact - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: test-reports path: ${{ steps.generate-reports.outputs.results-path }} From 766110db8b403de7ab2429d2cb2685f49c26da59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:23:58 +0200 Subject: [PATCH 4/5] Bump julia-actions/cache from 2.0.1 to 2.0.4 (#772) Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.0.1 to 2.0.4. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](https://github.com/julia-actions/cache/compare/580d2b69d895343992af2cbad49c32a0149c2cde...8608484607cba0bdb5437a7bad85d6502499d029) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/exercise-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index a11f2fa9..d2ccd778 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -35,7 +35,7 @@ jobs: with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde + - uses: julia-actions/cache@8608484607cba0bdb5437a7bad85d6502499d029 - name: Install test dependencies run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()" From 90694dfaa0cb5135d95b86a65550cacf680a97c1 Mon Sep 17 00:00:00 2001 From: Exercism Bot Date: Mon, 9 Sep 2024 08:31:51 +0200 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=A4=96=20Sync=20org-wide=20files=20to?= =?UTF-8?q?=20upstream=20repo=20(#775)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More info: https://github.com/exercism/org-wide-files/commit/fc1613760f6670850e29a593bbb5c9669edc23bd --- .../ping-cross-track-maintainers-team.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ping-cross-track-maintainers-team.yml diff --git a/.github/workflows/ping-cross-track-maintainers-team.yml b/.github/workflows/ping-cross-track-maintainers-team.yml new file mode 100644 index 00000000..b6ec9c56 --- /dev/null +++ b/.github/workflows/ping-cross-track-maintainers-team.yml @@ -0,0 +1,16 @@ +name: Ping cross-track maintainers team + +on: + pull_request_target: + types: + - opened + +permissions: + pull-requests: write + +jobs: + ping: + if: github.repository_owner == 'exercism' # Stops this job from running on forks + uses: exercism/github-actions/.github/workflows/ping-cross-track-maintainers-team.yml@main + secrets: + github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}