File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
tooling-files/.github/workflows
tracks-files/.github/workflows Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change
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 }}
You can’t perform that action at this time.
0 commit comments