Skip to content

Commit 4f921ca

Browse files
authored
🤖 Sync org-wide files to upstream repo (#442)
1 parent 6554bfd commit 4f921ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Ping cross-track maintainers team
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
8+
permissions:
9+
pull-requests: write
10+
11+
jobs:
12+
ping:
13+
if: github.repository_owner == 'exercism' # Stops this job from running on forks
14+
uses: exercism/github-actions/.github/workflows/ping-cross-track-maintainers-team.yml@main
15+
secrets:
16+
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)