From c7698ae6d72b0ecc5918e8150ee0e5bf55752bf7 Mon Sep 17 00:00:00 2001 From: Exercism Bot Date: Wed, 4 Sep 2024 13:54:59 +0100 Subject: [PATCH] .github(ping-cross-track-maintainers-team): add workflow (#426) See the new upstream workflow [1]. [1] https://github.com/exercism/github-actions/blob/3c11b49381fa/.github/workflows/ping-cross-track-maintainers-team.yml --- .../ping-cross-track-maintainers-team.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ping-cross-track-maintainers-team.yml diff --git a/.github/workflows/ping-cross-track-maintainers-team.yml b/.github/workflows/ping-cross-track-maintainers-team.yml new file mode 100644 index 00000000..b6ec9c56 --- /dev/null +++ b/.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 }}