Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

CI: pin GitHub Actions workflows #2

CI: pin GitHub Actions workflows

CI: pin GitHub Actions workflows #2

name: Pause Community Contributions
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
paths-ignore:
- 'exercises/*/*/.approaches/**'
- 'exercises/*/*/.articles/**'
workflow_dispatch:
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: z3