Skip to content

Commit

Permalink
Add ms-testers.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Nov 10, 2023
1 parent 82f0ce1 commit af2a7ab
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/ms-testers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit af2a7ab

Please sign in to comment.