Skip to content

Bump actions/checkout from cd7d8d697e10461458bc61a30d094dc601a8b017 to 43045ae669be728bd34ed56fcd1a230c0dc4d8e2 #123

Bump actions/checkout from cd7d8d697e10461458bc61a30d094dc601a8b017 to 43045ae669be728bd34ed56fcd1a230c0dc4d8e2

Bump actions/checkout from cd7d8d697e10461458bc61a30d094dc601a8b017 to 43045ae669be728bd34ed56fcd1a230c0dc4d8e2 #123

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: ballerina
secrets:
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}