Skip to content

Commit

Permalink
Merge branch 'exercism:main' into lasagna
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleach authored Sep 9, 2024
2 parents f002f12 + 90694df commit 1a0b322
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Colin doesn't want to receive botspam
.github @exercism/maintainers-admin

# Code owners
.github/CODEOWNERS @exercism/maintainers-admin

Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'
4 changes: 2 additions & 2 deletions .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
Expand All @@ -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 }}
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/ping-cross-track-maintainers-team.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 1a0b322

Please sign in to comment.