-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add worflows to ping cross-track maintainers team when needed (#391)
- Loading branch information
1 parent
0328994
commit fc16137
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
tooling-files/.github/workflows/ping-cross-track-maintainers-team.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
16 changes: 16 additions & 0 deletions
16
tracks-files/.github/workflows/ping-cross-track-maintainers-team.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |