build(deps): bump actions/checkout from cd7d8d697e10461458bc61a30d094dc601a8b017 to 1d96c772d19495a3b5c517cd2bc0cb401ea0529f #270
Workflow file for this run
This file contains 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 | |
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: support | |
secrets: | |
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }} |