Skip to content

Commit

Permalink
build: enable the assistant-to-the-branch-manager github action
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott authored and dgp1130 committed Nov 18, 2022
1 parent 4a7ea23 commit 50113b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/assistant-to-the-branch-manager.yml
@@ -0,0 +1,21 @@
name: DevInfra

on:
push:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review, labeled]

# Declare default permissions as read only.
permissions:
contents: read

jobs:
assistant_to_the_branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0c06b3d1a58ab12f4f9933efc78e33083d008d17
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 comments on commit 50113b8

Please sign in to comment.