Skip to content

Commit 13a01e1

Browse files
committed
Collapse test and assign actions.
1 parent b0cfac3 commit 13a01e1

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.github/workflows/assign.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
name: Test
2-
on:
3-
pull_request:
4-
branches:
5-
- main
1+
name: Pull Requests
2+
on: pull_request_target
63
jobs:
7-
build:
4+
add-reviews:
85
runs-on: ubuntu-latest
96
steps:
107
- name: Checkout source code
@@ -15,3 +12,6 @@ jobs:
1512
java-version: 11.0.11
1613
- name: Run with Gradle
1714
run: ./gradlew clean test --info
15+
- uses: kentaro-m/[email protected]
16+
with:
17+
configuration-path: ".github/auto_assign.yml"

0 commit comments

Comments
 (0)