build(deps): bump actions/setup-dotnet from 5c125af7da1b2700edf7106be3a4f8a60f495f59 to 131b410979e0b49e2162c0718030257b22d6dc2c #230
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: fsharp | |
| secrets: | |
| github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }} |