File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments