🤖 Sync org-wide files to upstream repo (#3770)

More info: fc1613760f
This commit is contained in:
Exercism Bot
2024-09-04 15:03:30 +01:00
committed by GitHub
parent 6b8660a7a3
commit 63fffc04e9

View File

@@ -0,0 +1,16 @@
name: Ping cross-track maintainers team
on:
pull_request_target:
types:
- opened
permissions:
pull-requests: write
jobs:
ping:
if: github.repository_owner == 'exercism' # Stops this job from running on forks
uses: exercism/github-actions/.github/workflows/ping-cross-track-maintainers-team.yml@main
secrets:
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}