Skip to content

Commit

Permalink
Merge pull request #80 from exercism-bot/org-wide-files/10701516276
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Sep 4, 2024
2 parents db09e10 + cfae180 commit e58d5fb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ping-cross-track-maintainers-team.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit e58d5fb

Please sign in to comment.