diff --git a/tooling-files/.github/workflows/ping-cross-track-maintainers-team.yml b/tooling-files/.github/workflows/ping-cross-track-maintainers-team.yml new file mode 100644 index 0000000..b6ec9c5 --- /dev/null +++ b/tooling-files/.github/workflows/ping-cross-track-maintainers-team.yml @@ -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 }} diff --git a/tracks-files/.github/workflows/ping-cross-track-maintainers-team.yml b/tracks-files/.github/workflows/ping-cross-track-maintainers-team.yml new file mode 100644 index 0000000..b6ec9c5 --- /dev/null +++ b/tracks-files/.github/workflows/ping-cross-track-maintainers-team.yml @@ -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 }}