We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6554bfd commit 4f921caCopy full SHA for 4f921ca
‎.github/workflows/ping-cross-track-maintainers-team.yml
@@ -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