Skip to content

Random (Animal Magic) missing hint about difference of slices with string literals vs strings on the heap #263

Random (Animal Magic) missing hint about difference of slices with string literals vs strings on the heap

Random (Animal Magic) missing hint about difference of slices with string literals vs strings on the heap #263

name: Pause Community Contributions
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
paths-ignore:
- 'exercises/*/*/.approaches/**'
- 'exercises/*/*/.articles/**'
permissions:
issues: write
pull-requests: write
jobs:
pause:
if: github.repository_owner == 'exercism' # Stops this job from running on forks
uses: exercism/github-actions/.github/workflows/community-contributions.yml@main
with:
forum_category: go
secrets:
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}