Skip to content

Commit 99cbb7e

Browse files
committed
chore(gha): add ms-testers.yml GitHub workflow
1 parent 30bcc60 commit 99cbb7e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/workflows/ms-testers.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# DO NOT EDIT: BEGIN
2+
# This snippet has been inserted automatically by mobsuccessbot, do not edit!
3+
# If changes are needed, update the action ms-testers in
4+
# https://github.com/mobsuccess-devops/github-mobsuccess-policy
5+
name: Linear ms-testers
6+
7+
on:
8+
merge_group:
9+
types:
10+
- checks_requested
11+
12+
pull_request:
13+
types:
14+
- assigned
15+
- unassigned
16+
- opened
17+
- reopened
18+
- synchronize
19+
- edited
20+
21+
jobs:
22+
LinearMsTesters:
23+
runs-on: ubuntu-latest
24+
timeout-minutes: 3
25+
concurrency:
26+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27+
cancel-in-progress: true
28+
steps:
29+
- uses: mobsuccess-devops/github-actions-linear@master
30+
with:
31+
action: propagate-ms-testers-assignee-to-linear
32+
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
33+
githubToken: ${{ secrets.GITHUB_TOKEN }}
34+
# DO NOT EDIT: END

0 commit comments

Comments
 (0)