forked from OskarStark/php-cs-fixer-ga
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (31 loc) · 899 Bytes
/
ms-testers.yml
File metadata and controls
34 lines (31 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# DO NOT EDIT: BEGIN
# This snippet has been inserted automatically by mobsuccessbot, do not edit!
# If changes are needed, update the action ms-testers in
# https://github.com/mobsuccess-devops/github-mobsuccess-policy
name: Linear ms-testers
on:
merge_group:
types:
- checks_requested
pull_request:
types:
- assigned
- unassigned
- opened
- reopened
- synchronize
- edited
jobs:
LinearMsTesters:
runs-on: ubuntu-latest
timeout-minutes: 3
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: mobsuccess-devops/github-actions-linear@master
with:
action: propagate-ms-testers-assignee-to-linear
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
# DO NOT EDIT: END