Skip to content

Commit 28e3078

Browse files
committed
multiple jobs
1 parent b98c06e commit 28e3078

File tree

2 files changed

+12
-41
lines changed

2 files changed

+12
-41
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ jobs:
2424
run: npm test
2525
working-directory: ./tools
2626

27+
automerge:
28+
runs-on: ubuntu-latest
29+
30+
steps:
31+
- uses: actions/checkout@v2
32+
33+
- name: Setup Node.js
34+
uses: actions/setup-node@v2.1.2
35+
with:
36+
node-version: 10.x
37+
2738
- name: Check RP in Autogenlist
2839
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAutomation') }}
2940
run: |
@@ -45,4 +56,4 @@ jobs:
4556
uses: "pascalgn/automerge-action@v0.12.0"
4657
env:
4758
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
48-
MERGE_LABELS: ""
59+
MERGE_LABELS: ""

0 commit comments

Comments
 (0)